diff --git a/docs/src/reference/filters.md b/docs/src/reference/filters.md index e7dca5a5..fcb573bd 100644 --- a/docs/src/reference/filters.md +++ b/docs/src/reference/filters.md @@ -102,7 +102,7 @@ simply dropping all parents except the first on every commit. Produce a history where the commits specified by `` are replaced by the result of applying `:filter_N` to it. -It will appear like all *ancestors* of `` are also filtered with ``. If an +It will appear like `` and all its ancestors are also filtered with ``. If an ancestor also has a matching entry in the `:rev(...)` it's filter will *replace* `` for all further ancestors (and so on).