From f8e1729acd44faaed85b68ebd05be91f39eecec7 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Tue, 28 Aug 2012 19:38:35 +0000 Subject: [PATCH] should not be set in mathmode --- .../doc/Boolean_set_operations_2/Boolean_set_operations_2.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Boolean_set_operations_2/doc/Boolean_set_operations_2/Boolean_set_operations_2.txt b/Boolean_set_operations_2/doc/Boolean_set_operations_2/Boolean_set_operations_2.txt index 4e1352555ee..f22e101948c 100644 --- a/Boolean_set_operations_2/doc/Boolean_set_operations_2/Boolean_set_operations_2.txt +++ b/Boolean_set_operations_2/doc/Boolean_set_operations_2/Boolean_set_operations_2.txt @@ -406,7 +406,7 @@ Boolean set-operations come in two flavors: for example, `S.join(P, Q)` computes the union of \f$ P\f$ and \f$ Q\f$ and assigned the result to \f$ S\f$, while `S.join(P)` performs the operation \f$ S \longleftarrow S \cup P\f$. Similarly, `S.complement(P)` sets \f$ S\f$ to be the complement of \f$ P\f$, -while \f$ S.complement()\f$ simply negates the set \f$ S\f$. +while `S.complement()` simply negates the set \f$ S\f$. \subsection bso_sssecsequence A Sequence of Set Operations