Skip to content

Commit 00f981f

Browse files
authored
Merge pull request #277 from sogaiu/swap-doc-for-all-bindings
Suggest (doc) instead of all-bindings
2 parents 986d162 + e4bd547 commit 00f981f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/index.mdz

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ A REPL is launched when the @code`janet` binary is invoked with no arguments. Pa
7575
to display the usage information. Individual scripts can be run with @code`janet myscript.janet`
7676

7777
If you are looking to explore, you can print a list of all available macros, functions, and constants
78-
by entering the command @code[all-bindings] into the REPL.
78+
by entering the command @code[(doc)] into the REPL.
7979

8080
@codeblock(```
8181
$ janet

0 commit comments

Comments
 (0)