Skip to content

Commit

Permalink
[fix] [#380] Fix docstring typo (@alexpetrov)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpetrov authored and ptaoussanis committed Oct 27, 2023
1 parent 5c0d165 commit fab7b26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ See [recommended steps](https://github.com/taoensso/encore#recommended-steps-aft

## Fixes since `v6.0.4`

- 9455cb09 [fix] 1-arg Cljs `set-min-ns-level!` broken
- 9455cb09 [fix] 1-arg Cljs `set-ns-min-level!` broken

## New since `v6.0.4`

Expand Down
4 changes: 2 additions & 2 deletions src/taoensso/timbre.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -1109,7 +1109,7 @@
For convenience, there's also some dedicated helper utils:
- `set-config!`, `merge-config!` ; Mutate *config*
- `set-min-level!`, `set-min-ns-level!` ; Mutate *config* :min-level
- `set-min-level!`, `set-ns-min-level!` ; Mutate *config* :min-level
- `with-config`, `with-merged-config` ; Bind *config*
- `with-min-level` ; Bind *config* :min-level
Expand All @@ -1134,7 +1134,7 @@
#{}, \"*\", \"foo.bar\", \"foo.bar.*\", #{\"foo\" \"bar.*\"},
{:allow #{\"foo\" \"bar.*\"} :deny #{\"foo.*.bar.*\"}}.
See also `set-min-ns-level!` for a helper tool.
See also `set-ns-min-level!` for a helper tool.
:ns-filter
Logging will occur only if a logging call's namespace is permitted
Expand Down

0 comments on commit fab7b26

Please sign in to comment.