Author: fdmanana
Date: Sun Sep 11 19:20:12 2011
New Revision: 1169503

URL: http://svn.apache.org/viewvc?rev=1169503&view=rev
Log:
Fix comment

Patch by Jason Smith. Thanks.

Modified:
    couchdb/trunk/src/couchdb/couch_httpd_show.erl

Modified: couchdb/trunk/src/couchdb/couch_httpd_show.erl
URL: 
http://svn.apache.org/viewvc/couchdb/trunk/src/couchdb/couch_httpd_show.erl?rev=1169503&r1=1169502&r2=1169503&view=diff
==============================================================================
--- couchdb/trunk/src/couchdb/couch_httpd_show.erl (original)
+++ couchdb/trunk/src/couchdb/couch_httpd_show.erl Sun Sep 11 19:20:12 2011
@@ -99,7 +99,7 @@ get_fun_key(DDoc, Type, Name) ->
     Src = couch_util:get_nested_json_value({Props}, [Type, Name]),
     {Lang, Src}.
 
-% /db/_design/foo/update/bar/docid
+% /db/_design/foo/_update/bar/docid
 % updates a doc based on a request
 % handle_doc_update_req(#httpd{method = 'GET'}=Req, _Db, _DDoc) ->
 %     % anything but GET


Reply via email to