diff --git a/src/wormbase/names/gene.clj b/src/wormbase/names/gene.clj index 5c993abf..9105f876 100644 --- a/src/wormbase/names/gene.clj +++ b/src/wormbase/names/gene.clj @@ -193,7 +193,7 @@ Input args: [db gid :fmt-output] db Datomic db object to pull data from gid Identifier to pull data for (can be a datomic expression) - :fmt-output Optional named flag (boolean) to indicating wether or not + :fmt-output Optional named flag (boolean) to indicating whether or not to clean the returned object structure and elide some internal datomic keys and values." [data-db gid & {:keys [fmt-output]}]