mirror of
https://github.com/dlang/phobos.git
synced 2025-05-04 09:00:22 +03:00
Fix spelling mistake in iteration.d
This commit is contained in:
parent
beaba6e498
commit
c5d537f06e
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ $(T2 chunkBy,
|
||||||
and the third with just $(D [2, 1]).)
|
and the third with just $(D [2, 1]).)
|
||||||
$(T2 cumulativeFold,
|
$(T2 cumulativeFold,
|
||||||
$(D cumulativeFold!((a, b) => a + b)([1, 2, 3, 4])) returns a
|
$(D cumulativeFold!((a, b) => a + b)([1, 2, 3, 4])) returns a
|
||||||
lazily-evaluated range containing the succesive reduced values `1`,
|
lazily-evaluated range containing the successive reduced values `1`,
|
||||||
`3`, `6`, `10`.)
|
`3`, `6`, `10`.)
|
||||||
$(T2 each,
|
$(T2 each,
|
||||||
$(D each!writeln([1, 2, 3])) eagerly prints the numbers $(D 1), $(D 2)
|
$(D each!writeln([1, 2, 3])) eagerly prints the numbers $(D 1), $(D 2)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue