doc: fix transitive closure example
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 25 Mar 2010 15:21:08 +0000 (16:21 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 25 Mar 2010 15:21:08 +0000 (16:21 +0100)
doc/implementation.tex

index 87d8e58..338ec07 100644 (file)
@@ -548,7 +548,9 @@ $$
 R_1 \cup R_2
 \right)^+
 =
-R_2^+ \circ R_1^+
+\left(R_2^+ \circ R_1^+\right)
+\cup R_1^+
+\cup R_2^+
 .
 $$
 \end{example}