Skip to content

Commit

Permalink
Merge pull request #194 from invenia/ed/filter-docstring
Browse files Browse the repository at this point in the history
Clarify docstring for `Filter`
  • Loading branch information
rofinn committed Feb 15, 2023
2 parents e398beb + 11f666e commit 58a92c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/filters.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
Filter
A wrapper around a function that takes a log `Record` and returns
a bool whether to skip logging it.
a bool indicating whether to log it.
`false` means "skip logging this record", similar to `Base.filter`.
# Fields
`f::Function`: a function that should return a bool given a `Record`
Expand Down

0 comments on commit 58a92c6

Please sign in to comment.