Skip to content

Commit

Permalink
[fix] Missing ctx-filter/update-level-spec docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Sep 8, 2023
1 parent 1ed71bd commit f8e0f78
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/taoensso/encore/ctx_filter.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,7 @@
(valid-level x)))

(defn update-level-spec
"TODO Docstring
ns, old, new may be nil"
"Returns valid updated level spec."
([old-spec new-spec] (update-level-spec old-spec nil new-spec))
([old-spec nf-spec new-spec]
(if (nil? nf-spec)
Expand Down

0 comments on commit f8e0f78

Please sign in to comment.