Skip to content

Commit

Permalink
Correct typo (nim-lang#16972)
Browse files Browse the repository at this point in the history
From `fliter proc` to `filter proc`
  • Loading branch information
hectormonacci authored and ardek66 committed Mar 26, 2021
1 parent 268af26 commit 3e50419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pure/collections/sequtils.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3e50419

Please sign in to comment.