From 62c06ab132744fcd8d45ac4faa250d0f617dec6c Mon Sep 17 00:00:00 2001 From: John Gabriele Date: Tue, 18 Aug 2020 06:17:31 -0400 Subject: Update janet.html.markdown Minor typo. Use fewer backticks in multi-line string. --- janet.html.markdown | 4 ++-- 1 file 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) -- cgit v1.2.3