Skip to content

Commit

Permalink
Update src/filters.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Rory Finnegan <[email protected]>
  • Loading branch information
iamed2 and rofinn authored Feb 15, 2023
1 parent f8f99ac commit 11f666e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/filters.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
A wrapper around a function that takes a log `Record` and returns
a bool indicating whether to log it.
`false` means "skip logging this record".
`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 11f666e

Please sign in to comment.