diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-07-31 18:19:43 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-31 18:19:43 -0400 |
| commit | 15967a87b3948f1631dbcbed540378fc6e302415 (patch) | |
| tree | f033d355b85c678b59cf0a519403810b9f4ca2a1 /docs/try.html | |
| parent | c2afaad9f6951c2f635f2ac63842f190dd799573 (diff) | |
| parent | bbcb9e49d454c2d4d203df7675626c10c25e539d (diff) | |
Merge pull request #13 from pkova/master
Add customizable prefix key in js repl
Diffstat (limited to 'docs/try.html')
| -rw-r--r-- | docs/try.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/try.html b/docs/try.html index d5871c0d..97919d20 100644 --- a/docs/try.html +++ b/docs/try.html @@ -30,7 +30,7 @@ <p> Notes: <ul> - <li>You can type special characters with a back<em>slash</em> prefix, as shown by hovering over the character bar above. Documentation links for primitives are <a href="doc/primitive.html#functions">here</a>.</li> + <li>You can type special characters with a back<em>slash</em> prefix (customize at the right), as shown by hovering over the character bar above. Documentation links for primitives are <a href="doc/primitive.html#functions">here</a>.</li> <li>Any modifier with enter will execute, not just shift. The code window is vertically resizeable.</li> <li>Support for function headers and multiple bodies is missing.</li> </ul> |
