Merge pull request #1075 from torje/patch-1

Correction of setIntersection's description in the cheat sheet.
This commit is contained in:
Andrei Alexandrescu 2013-02-10 10:08:03 -08:00
commit 8eb8671b06

View file

@ -260,8 +260,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.)