--- C:/Documents and Settings/Chuck/Desktop/dynamic_bitset_rev.html Tue Jan 08 17:56:02 2008
+++ C:/Documents and Settings/Chuck/Desktop/dynamic_bitset.html Sat Sep 15 15:30:12 2007
@@ -1415,2 +1415,2 @@
-b1 | b2 is equivalent to creating a temporary copy
-of b1, using operator|=, and returning the
+b1 & b2 is equivalent to creating a temporary copy
+of b1, using operator&=, and returning the
@@ -1430,2 +1430,2 @@
-b1 ^ b2 is equivalent to creating a temporary copy
-of b1, using operator^=, and returning the
+b1 & b2 is equivalent to creating a temporary copy
+of b1, using operator&=, and returning the