Skip to content

Commit

Permalink
Update remove-empty-vals docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
skydread1 committed Aug 4, 2023
1 parent ce1def1 commit 6f087a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/flybot/common/validation.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
#?(:clj (Integer/parseInt (str s)) :cljs (js/parseInt s)))

(defn remove-empty-vals
"Given a map `m`, remove keys that have empty or nil values."
"Given a map `m`, remove keys that have empty maps or nil values."
[m]
(let [f (fn [x]
(if (map? x)
Expand Down

0 comments on commit 6f087a6

Please sign in to comment.