1
0
mirror of https://github.com/meineerde/rackstash.git synced 2026-02-01 01:37:12 +00:00

Fix typo in Filter.build documentation

This commit is contained in:
Holger Just 2018-07-18 12:42:02 +02:00
parent a3f16b42cd
commit ba0aef3283

View File

@ -66,7 +66,7 @@ module Rackstash
# supplied `args` and `block`. When giving a `String` or `Symbol`, we
# first use the filter {.registry} to find the matching class. With that
# we then create a filter object as before. When giving an object which
# responds to `call` already (e.g. a `Proc`, we return it unchanged,
# responds to `call` already (e.g. a `Proc`) we return it unchanged,
# ignoring any additional passed `args`.
# @param only_if [#call, nil] An optional condition defining whether the
# filter should be applied, usually given as a `Proc` object. Before