Skip to content

Commit

Permalink
Fix doc string in Om example fn
Browse files Browse the repository at this point in the history
  • Loading branch information
ohpauleez committed Jan 17, 2017
1 parent d085aa8 commit 9ae49fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/omnext-todo/src/omnext_todo/demand.clj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
:find-cardinality - Either '. or '... -- defaults to '...
Example:
(demand-query my-db '[*] '[?node :node/ip] {})"
(demand-query my-db '[*] '[?todo :todo/title] {})"
([db selector eid-slice]
(demand-query db selector eid-slice nil))
([db selector eid-slice opts]
Expand Down

0 comments on commit 9ae49fe

Please sign in to comment.