[clouchdb-cvs] CVS clouchdb/src
peddy
peddy at common-lisp.net
Tue Jun 17 01:13:20 UTC 2008
Update of /project/clouchdb/cvsroot/clouchdb/src
In directory clnet:/tmp/cvs-serv14390/src
Modified Files:
clouchdb.lisp
Log Message:
Fixed comment in source
Updated docs with missing document-update-fn, document-fetch-fn and
other missing information
--- /project/clouchdb/cvsroot/clouchdb/src/clouchdb.lisp 2008/06/16 23:42:55 1.27
+++ /project/clouchdb/cvsroot/clouchdb/src/clouchdb.lisp 2008/06/17 01:13:20 1.28
@@ -219,7 +219,7 @@
(intern (cat "*" (string-upcase (symbol-name key)) "*")))
(defmacro ensure-db ((&key (db-name nil db-name-p)) &body body)
- "Warp request in code to check for errors due to non-existant data
+ "Wrap request in code to check for errors due to non-existant data
bases. This is necessary because in a document operation, CouchDb does
not distinguish between an error due to a missing document and a
missing database."
More information about the clouchdb-cvs
mailing list