Both in fix [closes #7]

This commit is contained in:
Antti H S Laaksonen 2017-02-25 12:24:01 +02:00
parent 80057a1ea9
commit 600803d6cc
1 changed files with 1 additions and 1 deletions

View File

@ -624,7 +624,7 @@ For example, in the above set
New sets can be constructed using set operations: New sets can be constructed using set operations:
\begin{itemize} \begin{itemize}
\item The \key{intersection} $A \cap B$ consists of elements \item The \key{intersection} $A \cap B$ consists of elements
that are both in $A$ and $B$. that are in both $A$ and $B$.
For example, if $A=\{1,2,5\}$ and $B=\{2,4\}$, For example, if $A=\{1,2,5\}$ and $B=\{2,4\}$,
then $A \cap B = \{2\}$. then $A \cap B = \{2\}$.
\item The \key{union} $A \cup B$ consists of elements \item The \key{union} $A \cup B$ consists of elements