mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +00:00
Update janet.html.markdown
Minor typo. Use fewer backticks in multi-line string.
This commit is contained in:
parent
fa134c692d
commit
62c06ab132
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user