mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-17 16:38:33 +00:00
Fix typo in sequtils documentation (#19789)
Found another small typo.
(cherry picked from commit 19001c070b)
This commit is contained in:
@@ -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>`_
|
||||
|
||||
Reference in New Issue
Block a user