diff options
author | John Gabriele <jgabriele@fastmail.fm> | 2020-08-18 06:17:31 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-18 06:17:31 -0400 |
commit | 62c06ab132744fcd8d45ac4faa250d0f617dec6c (patch) | |
tree | 8d8fed36af8ba4ef9e82d399feaa99f5f3675e80 /janet.html.markdown | |
parent | fa134c692d93b5d1872ff53328ce8da5139f65cb (diff) |
Update janet.html.markdown
Minor typo. Use fewer backticks in multi-line string.
Diffstat (limited to 'janet.html.markdown')
-rw-r--r-- | janet.html.markdown | 4 |
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) |