mirror of
https://github.com/dlang/phobos.git
synced 2025-04-28 14:10:30 +03:00
Fix std.algorithm.reverse docs.
This commit is contained in:
parent
da2cf56892
commit
337d2d5c2d
1 changed files with 1 additions and 1 deletions
|
@ -5450,7 +5450,7 @@ unittest
|
|||
|
||||
// reverse
|
||||
/**
|
||||
Reverses $(D r) in-place. Performs $(D r.length) evaluations of $(D
|
||||
Reverses $(D r) in-place. Performs $(D r.length / 2) evaluations of $(D
|
||||
swap). See also $(WEB sgi.com/tech/stl/_reverse.html, STL's _reverse).
|
||||
|
||||
Example:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue