Skip to content

Commit

Permalink
fix misleading code sample in comment (thanks vmx).
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1064810 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
rnewson committed Jan 28, 2011
1 parent e14d295 commit e7c7dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/couchdb/couch_native_process.erl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
%
% fun({Doc}) ->
% % Below, we emit a single record - the _id as key, null as value
% DocId = couch_util:get_value(Doc, <<"_id">>, null),
% DocId = couch_util:get_value(<<"_id">>, Doc, null),
% Emit(DocId, null)
% end.
%
Expand Down

0 comments on commit e7c7dc1

Please sign in to comment.