mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 06:30:28 +03:00
Fixed a typo in comment.
This commit is contained in:
parent
8744064c6f
commit
872bb2cdb4
1 changed files with 1 additions and 1 deletions
|
@ -7956,7 +7956,7 @@ if (isRandomAccessRange!Range && hasLength!Range)
|
|||
|
||||
next(2);
|
||||
}
|
||||
/// Returns: an independent copy of the purmations range.
|
||||
/// Returns: an independent copy of the permutations range.
|
||||
auto save()
|
||||
{
|
||||
return typeof(this)(_indices.dup, _state.dup, _r.save, _empty);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue