forked from Mirror/wren
Fix some overlooked references to forall.
This commit is contained in:
@ -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`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user