Skip to content

Commit

Permalink
Fix typo in sequtils documentation (#19789)
Browse files Browse the repository at this point in the history
Found another small typo.

(cherry picked from commit 19001c0)
  • Loading branch information
AnthonyDario authored and narimiran committed May 24, 2022
1 parent c6e3ad4 commit 28af1e5
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 @@ -910,7 +910,7 @@ template foldl*(sequence, operation, first): untyped =
##
## The `operation` parameter should be an expression which uses the variables
## `a` and `b` for each step of the fold. The `first` parameter is the
## start value (the first `a`) and therefor defines the type of the result.
## start value (the first `a`) and therefore defines the type of the result.
##
## **See also:**
## * `foldr template<#foldr.t,untyped,untyped>`_
Expand Down

0 comments on commit 28af1e5

Please sign in to comment.