mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-13 06:43:52 +00:00
Correct typo (#16972)
From `fliter proc` to `filter proc`
(cherry picked from commit a9f44b7257)
This commit is contained in:
committed by
narimiran
parent
3f1f26a7e2
commit
de98648caa
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user