mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 14:40:30 +03:00
Fix typo in doc for std.algorithm.mutation.fill
This commit is contained in:
parent
67155f04e7
commit
792c8b7c1d
1 changed files with 1 additions and 1 deletions
|
@ -573,7 +573,7 @@ $(LINK2 http://en.cppreference.com/w/cpp/algorithm/copy_backward, STL's `copy_ba
|
|||
Assigns `value` to each element of input range `range`.
|
||||
|
||||
Alternatively, instead of using a single `value` to fill the `range`,
|
||||
a `filter` $(REF_ALTTEXT forward range, isForwardRange, std,range,primitives)
|
||||
a `filler` $(REF_ALTTEXT forward range, isForwardRange, std,range,primitives)
|
||||
can be provided. The length of `filler` and `range` do not need to match, but
|
||||
`filler` must not be empty.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue