Skip to content

Commit

Permalink
fixing documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Vorreuter committed Nov 4, 2009
1 parent d2b4bf8 commit ffbc122
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Expand Up @@ -142,7 +142,7 @@ __where__

__nested queries__

%% find documents with an address field containing a sub-document containing
%% a street field equalling "Maple Drive".
%% find documents with an address field containing a sub-document
%% with street equal to "Maple Drive".
%% ie: [{"address", [{"street", "Maple Drive"}, {"zip", 94114}]
emongo:find(test, "people", [{"address.street", "Maple Drive"}]).

0 comments on commit ffbc122

Please sign in to comment.