chore: add Gavin Schulz to AUTHORS and rename forall to all in docs

- Add Gavin Schulz to the AUTHORS file
- Rename the `forall(predicate)` method to `all(predicate)` in the core library documentation
This commit is contained in:
Bob Nystrom
2015-01-16 05:17:45 +00: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`.