mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +00:00
Add the vertical bar qualifier explanation
The vertical bar qualifier explanation is missing, but it's widely used interchangeably with the colon qualifier. Even it the text you use "|" so it should be explained as well.
This commit is contained in:
parent
43c30b20c8
commit
2b4c8854bf
@ -17,7 +17,7 @@ Set theory is a branch of mathematics that studies sets, their operations, and t
|
||||
* the cross operator, `×`, means "the Cartesian product of".
|
||||
|
||||
### Qualifiers
|
||||
* the colon qualifier, `:`, means "such that";
|
||||
* the colon, `:`, or the vertical bar `|` qualifiers are interchangeable and mean "such that";
|
||||
* the membership qualifier, `∈`, means "belongs to";
|
||||
* the subset qualifier, `⊆`, means "is a subset of";
|
||||
* the proper subset qualifier, `⊂`, means "is a subset of but is not equal to".
|
||||
|
Loading…
Reference in New Issue
Block a user