summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJohn Gabriele <jgabriele@fastmail.fm>2020-08-18 06:17:31 -0400
committerGitHub <noreply@github.com>2020-08-18 06:17:31 -0400
commit62c06ab132744fcd8d45ac4faa250d0f617dec6c (patch)
tree8d8fed36af8ba4ef9e82d399feaa99f5f3675e80
parentfa134c692d93b5d1872ff53328ce8da5139f65cb (diff)
Update janet.html.markdown
Minor typo. Use fewer backticks in multi-line string.
-rw-r--r--janet.html.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/janet.html.markdown b/janet.html.markdown
index 755a0fc9..ec53b018 100644
--- a/janet.html.markdown
+++ b/janet.html.markdown
@@ -169,11 +169,11 @@ insect-friend # => bee
# Create them:
(defn mult-by-2
- ```First line of docstring.
+ ``First line of docstring.
Some more of the docstring.
- Possibly more!```
+ Possibly more!``
[x]
(print "Hi.")
(print "Will compute using: " x)