Merge pull request #113 from gsmaverick/fix-all-docs

Fix all docs
This commit is contained in:
Bob Nystrom
2015-01-15 20:38:00 -08:00
3 changed files with 2 additions and 1 deletions

View File

@ -6,3 +6,4 @@ Robert Nystrom <robert@stuffwithstuff.com>
Kyle Marek-Spartz <kyle.marek.spartz@gmail.com>
Paul Woolcock <paul@woolcock.us>
Evan Shaw <edsrzf@gmail.com>
Gavin Schulz <gavin.schulz@gmail.com>

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`.