This commit is contained in:
Bob Nystrom
2015-01-15 21:17:45 -08:00
3 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -313,7 +313,7 @@ Removes all items from the list.
The number of items in the list.
### **forall(predicate)**
### **all(predicate)**
Tests whether all the elements in the list pass the `predicate`.