Update janet.html.markdown

Minor typo. Use fewer backticks in multi-line string.
This commit is contained in:
John Gabriele 2020-08-18 06:17:31 -04:00 committed by GitHub
parent fa134c692d
commit 62c06ab132
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)