1
0
mirror of https://github.com/janet-lang/janet synced 2025-08-30 09:28:03 +00:00

Correct old name all-symbols to all-bindings

This commit is contained in:
Alex Osborne
2019-09-11 12:05:41 +09:00
committed by GitHub
parent b585d19519
commit de5cd73cd7

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