mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 06:30:28 +03:00
Fix typo.
This commit is contained in:
parent
da9b10f859
commit
1bb5636617
1 changed files with 1 additions and 1 deletions
|
@ -583,7 +583,7 @@ $(LI All elements `e` in subrange `r[0 .. k]` satisfy `!less(r[k], e)`
|
|||
(i.e. `r[k]` is greater than or equal to each element to its left according to
|
||||
predicate `less`))
|
||||
|
||||
$(LI All elements `e` in subrange `r[k .. $]` satisfy `!less(e, r[k]))`
|
||||
$(LI All elements `e` in subrange `r[k .. $]` satisfy `!less(e, r[k])`
|
||||
(i.e. `r[k]` is less than or equal to each element to its right
|
||||
according to predicate `less`)))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue