mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-04 22:07:52 +02:00
Update janet.html.markdown
Minor typo. Use fewer backticks in multi-line string.
This commit is contained in:
@@ -169,11 +169,11 @@ insect-friend # => bee
|
|||||||
|
|
||||||
# Create them:
|
# Create them:
|
||||||
(defn mult-by-2
|
(defn mult-by-2
|
||||||
```First line of docstring.
|
``First line of docstring.
|
||||||
|
|
||||||
Some more of the docstring.
|
Some more of the docstring.
|
||||||
|
|
||||||
Possibly more!```
|
Possibly more!``
|
||||||
[x]
|
[x]
|
||||||
(print "Hi.")
|
(print "Hi.")
|
||||||
(print "Will compute using: " x)
|
(print "Will compute using: " x)
|
||||||
|
Reference in New Issue
Block a user