Correct typo (#16972)

From `fliter proc` to `filter proc`
This commit is contained in:
Héctor M. Monacci
2021-02-08 15:39:25 -03:00
committed by GitHub
parent 6a7baff97d
commit a9f44b7257

View File

@@ -443,7 +443,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: