Skip to content

Commit

Permalink
Minor typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mluypaert committed Jul 6, 2020
1 parent 11d4c22 commit ff27bbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/wormbase/names/util.clj
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
mapping))

(defn unqualify-keys
"Transform `mapping` such that all qualfiied keys with namespace `entity-type` are unqualfieid."
"Transform `mapping` such that all qualfied keys with namespace `entity-type` are unqualfied."
[mapping entity-type]
(reduce-kv (fn [m k v]
(if (and (qualified-keyword? k)
Expand Down
2 changes: 1 addition & 1 deletion src/wormbase/specs/gene.clj
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
:gene/biotype
:gene/species])
seq)
:description "The data requried to update a Gene."}))
:description "The data required to update a Gene."}))

(s/def ::updated (stc/spec {:spec (s/keys :req-un [:gene/id])
:description "The response data from updating a Gene."}))
Expand Down

0 comments on commit ff27bbc

Please sign in to comment.