mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 22:50:38 +03:00
[Trivial] Fix typo in SetDifference docs.
This commit is contained in:
parent
aaa90b6b1c
commit
2ccd983fd1
1 changed files with 1 additions and 1 deletions
|
@ -1001,7 +1001,7 @@ ranges must have a common type.
|
|||
|
||||
In the case of multisets, considering that element `a` appears `x`
|
||||
times in `r1` and `y` times and `r2`, the number of occurences
|
||||
of `a` in the resulting range is going to be `x-y` if x > y or 0 othwerise.
|
||||
of `a` in the resulting range is going to be `x-y` if x > y or 0 otherwise.
|
||||
|
||||
Params:
|
||||
less = Predicate the given ranges are sorted by.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue