Fixed a typo in comment.

This commit is contained in:
james 2022-09-26 22:49:44 +02:00
parent 8744064c6f
commit 872bb2cdb4

View file

@ -7956,7 +7956,7 @@ if (isRandomAccessRange!Range && hasLength!Range)
next(2); next(2);
} }
/// Returns: an independent copy of the purmations range. /// Returns: an independent copy of the permutations range.
auto save() auto save()
{ {
return typeof(this)(_indices.dup, _state.dup, _r.save, _empty); return typeof(this)(_indices.dup, _state.dup, _r.save, _empty);