diff --git a/native-datatypes.html b/native-datatypes.html index a697224..cb2903a 100755 --- a/native-datatypes.html +++ b/native-datatypes.html @@ -57,7 +57,7 @@ body{counter-reset:h1 2}
 >>> True + True
 2
->>> True + False
+>>> True - False
 1
 >>> True * False
 0