diff options
-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) |