Another typo corrected (#16974)

From `fliter proc` to `filter proc`
This commit is contained in:
Héctor M. Monacci
2021-02-09 01:12:48 -03:00
committed by GitHub
parent 68ef0c6c5b
commit d1210a3bb9

View File

@@ -587,7 +587,7 @@ template filterIt*(s, pred: untyped): untyped =
##
## **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)>`_
## * `filter iterator<#filter.i,openArray[T],proc(T)>`_
##
runnableExamples: