mirror of
https://github.com/dlang/phobos.git
synced 2025-05-09 21:11:57 +03:00
Correction of setIntersection's description in the cheat sheet.
setIntersection's description was the same as setDifference's, which seemed like an error, I think I fixed it.
This commit is contained in:
parent
afe4ba151d
commit
2b8c7dbe4c
1 changed files with 2 additions and 2 deletions
|
@ -250,8 +250,8 @@ of sets implemented as a range of sorted ranges.)
|
|||
$(TR $(TDNW $(LREF setDifference)) $(TD Lazily computes the set
|
||||
difference of two or more sorted ranges.)
|
||||
)
|
||||
$(TR $(TDNW $(LREF setIntersection)) $(TD Lazily computes the
|
||||
set difference of two or more sorted ranges.)
|
||||
$(TR $(TDNW $(LREF setIntersection)) $(TD Lazily computes the
|
||||
intesection of two or more sorted ranges.)
|
||||
)
|
||||
$(TR $(TDNW $(LREF setSymmetricDifference)) $(TD Lazily
|
||||
computes the symmetric set difference of two or more sorted ranges.)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue