From de5cd73cd7090b4ca0c016dba6fee2a12de1488e Mon Sep 17 00:00:00 2001 From: Alex Osborne Date: Wed, 11 Sep 2019 12:05:41 +0900 Subject: [PATCH] Correct old name all-symbols to all-bindings --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49d4ea02..f897c191 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ documentation for symbols in the core library. For example, Shows documentation for the doc macro. To get a list of all bindings in the default -environment, use the `(all-symbols)` function. +environment, use the `(all-bindings)` function. ## Source