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
View File
@@ -6,3 +6,4 @@ Robert Nystrom <robert@stuffwithstuff.com>
Kyle Marek-Spartz <kyle.marek.spartz@gmail.com> Kyle Marek-Spartz <kyle.marek.spartz@gmail.com>
Paul Woolcock <paul@woolcock.us> Paul Woolcock <paul@woolcock.us>
Evan Shaw <edsrzf@gmail.com> Evan Shaw <edsrzf@gmail.com>
Gavin Schulz <gavin.schulz@gmail.com>
+1 -1
View File
@@ -313,7 +313,7 @@ Removes all items from the list.
The number of items in the list. The number of items in the list.
### **forall(predicate)** ### **all(predicate)**
Tests whether all the elements in the list pass the `predicate`. Tests whether all the elements in the list pass the `predicate`.