diff --git a/classes.html b/classes.html index 1254666b..9a4463ea 100644 --- a/classes.html +++ b/classes.html @@ -159,7 +159,7 @@ an object, or produce a new object from it:
Since the parentheses are part of the method's signature, the callsite and definition have to agree. These don't work:
-"string".count() +diff --git a/core/bool.html b/core/bool.html index 20b02dbc..d3ffd2d5 100644 --- a/core/bool.html +++ b/core/bool.html @@ -38,6 +38,7 @@"string".count() list.clear
Returns the logical complement of the value.
-> !true -false -> !false -true +@@ -61,9 +62,9 @@> !true +false +> !false +true