Skip to content

Commit

Permalink
Update entity-fields documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpopkin committed Feb 3, 2016
1 parent 6283be4 commit 846f4ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/korma/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@
`(many-to-many-fn ~ent (var ~sub-ent) ~join-table ~opts)))

(defn entity-fields
"Set the fields to be retrieved by default in select queries for the
"Set the fields to be retrieved in all select queries for the
entity."
[ent & fields]
(update-in ent [:fields] utils/vconcat fields))
Expand Down

0 comments on commit 846f4ee

Please sign in to comment.