1
0
forked from Mirror/wren

Fix some overlooked references to forall.

This commit is contained in:
Gavin Schulz
2015-01-15 19:05:54 -08:00
parent 4249f92571
commit 2ddf0a9586
2 changed files with 1 additions and 1 deletions

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