Skip to content

Commit

Permalink
pluralize :read-preference in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
dwwoelfel committed Jul 31, 2013
1 parent f921f28 commit a4262c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/somnium/congomongo.clj
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ releases. Please use 'make-connection' in combination with
:explain? -> returns performance information on the query, instead of rows
:sort -> sort the results by a specific key
:options -> query options [:tailable :slaveok :oplogreplay :notimeout :awaitdata]
:read-preference -> read preferences (e.g. :primary or ReadPreference instance)"
:read-preferences -> read preferences (e.g. :primary or ReadPreference instance)"
{:arglists
'([collection :where :only :limit :skip :as :from :one? :count? :sort :explain? :options :read-preferences])}
[coll & {:keys [where only as from one? count? limit skip sort options explain? read-preferences]
Expand Down

0 comments on commit a4262c3

Please sign in to comment.