From 600803d6cc3ce0457235c10fb55980c55f88027c Mon Sep 17 00:00:00 2001 From: Antti H S Laaksonen Date: Sat, 25 Feb 2017 12:24:01 +0200 Subject: [PATCH] Both in fix [closes #7] --- chapter01.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter01.tex b/chapter01.tex index c6651d5..1968f6e 100644 --- a/chapter01.tex +++ b/chapter01.tex @@ -624,7 +624,7 @@ For example, in the above set New sets can be constructed using set operations: \begin{itemize} \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\}$, then $A \cap B = \{2\}$. \item The \key{union} $A \cup B$ consists of elements