aboutsummaryrefslogtreecommitdiff
path: root/docs/try.html
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2021-07-31 18:19:43 -0400
committerGitHub <noreply@github.com>2021-07-31 18:19:43 -0400
commit15967a87b3948f1631dbcbed540378fc6e302415 (patch)
treef033d355b85c678b59cf0a519403810b9f4ca2a1 /docs/try.html
parentc2afaad9f6951c2f635f2ac63842f190dd799573 (diff)
parentbbcb9e49d454c2d4d203df7675626c10c25e539d (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.html2
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>