mirror of
https://github.com/dlang/phobos.git
synced 2025-05-03 08:30:33 +03:00
Merge pull request #1075 from torje/patch-1
Correction of setIntersection's description in the cheat sheet.
This commit is contained in:
commit
8eb8671b06
1 changed files with 2 additions and 2 deletions
|
@ -261,7 +261,7 @@ $(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.)
|
||||
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