summaryrefslogtreecommitdiff
path: root/docs/design-api
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2007-08-27 16:53:33 +0000
committerRuss Allbery <rra@stanford.edu>2007-08-27 16:53:33 +0000
commit60f6567822d9a9a13a3395097656af7220c7b31e (patch)
treebc042534c65320bd3ea89ae95016d65acfc15979 /docs/design-api
parent10c21db62ffe14c6f208cbfa938f72bc4876f594 (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-api2
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()