diff options
| author | 2021-01-24 15:44:34 -0500 | |
|---|---|---|
| committer | 2021-01-24 15:44:34 -0500 | |
| commit | a5157e868b06e1757eb3fba5dd18208b4bff6240 (patch) | |
| tree | c27daefebeaa2e41746d6e8bb8b53e9e832de64c /README.md | |
| parent | Address #478 - Disable core in static binaries/ (diff) | |
Use a slightly clearer example of the `doc` fun in README
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -58,9 +58,9 @@ Documentation is also available locally in the REPL. Use the `(doc symbol-name)` macro to get API documentation for symbols in the core library. For example, ``` -(doc doc) +(doc apply) ``` -Shows documentation for the doc macro. +Shows documentation for the `apply` function. To get a list of all bindings in the default environment, use the `(all-bindings)` function. You |
