diff --git a/doc/site/core-library.markdown b/doc/site/core-library.markdown index cb99caf2..c5cc6966 100644 --- a/doc/site/core-library.markdown +++ b/doc/site/core-library.markdown @@ -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`. diff --git a/test/list/forall.wren b/test/list/all.wren similarity index 100% rename from test/list/forall.wren rename to test/list/all.wren