1
0
mirror of https://github.com/janet-lang/janet synced 2025-10-18 17:27:40 +00:00

Merge pull request #167 from ato/patch-1

Correct old name all-symbols to all-bindings in README
This commit is contained in:
Calvin Rose
2019-09-10 23:21:58 -04:00
committed by GitHub

View File

@@ -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