Correct comment

This commit is contained in:
Michael S. Klishin 2012-04-04 23:23:31 +04:00
parent 3945930a81
commit c23a589620

View file

@ -31,7 +31,7 @@
;; ;;
;; Existing query fields: ;; Existing query fields:
;; ;;
;; :fields - selects which fields are returned. The default is all fields. _id is always returned. ;; :fields - selects which fields are returned. The default is all fields. _id is included by default.
;; :sort - adds a sort to the query. ;; :sort - adds a sort to the query.
;; :fields - set of fields to retrieve during query execution ;; :fields - set of fields to retrieve during query execution
;; :skip - Skips the first N results. ;; :skip - Skips the first N results.