Correct typo (#16972)

From `fliter proc` to `filter proc`

(cherry picked from commit a9f44b7257)
This commit is contained in:
Héctor M. Monacci
2021-02-08 15:39:25 -03:00
committed by narimiran
parent 3f1f26a7e2
commit de98648caa

View File

@@ -440,7 +440,7 @@ iterator filter*[T](s: openArray[T], pred: proc(x: T): bool {.closure.}): T =
##
## See also:
## * `sugar.collect macro<sugar.html#collect.m%2Cuntyped%2Cuntyped>`_
## * `fliter proc<#filter,openArray[T],proc(T)>`_
## * `filter proc<#filter,openArray[T],proc(T)>`_
## * `filterIt template<#filterIt.t,untyped,untyped>`_
##
runnableExamples: