Skip to content

Commit

Permalink
fix example.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Newson committed May 6, 2009
1 parent a56a5c8 commit 2946c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -214,7 +214,7 @@ function(doc) {
function(doc) {
var mk = function(name, value, group) {
var ret = new Document();
ret.add(value, {"field":group, "store":"yes"}); // ERROR
ret.add(value, {"field": group, "store":"yes"});
ret.add(group, {"field":"group", "store":"yes"});
return ret;
};
Expand Down

0 comments on commit 2946c9a

Please sign in to comment.