diff options
author | Russ Allbery <rra@stanford.edu> | 2007-08-27 16:53:33 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2007-08-27 16:53:33 +0000 |
commit | 60f6567822d9a9a13a3395097656af7220c7b31e (patch) | |
tree | bc042534c65320bd3ea89ae95016d65acfc15979 /docs/design-api | |
parent | 10c21db62ffe14c6f208cbfa938f72bc4876f594 (diff) |
Rename delete to destroy in the API and MySQL fields to avoid the Perl
delete keyword.
Diffstat (limited to 'docs/design-api')
-rw-r--r-- | docs/design-api | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/design-api b/docs/design-api index 9ef3901..b0363d4 100644 --- a/docs/design-api +++ b/docs/design-api @@ -67,7 +67,7 @@ Object API and returns 1 if those default authorization rules allow access. If there are no authorization rules or if they don't allow access, returns 0. On error, returns undef; the caller should call error() to - get the error text. Operation should be one of get, store, delete, + get the error text. Operation should be one of get, store, destroy, show, and flags. error() |