Doc: Fix typo (missing quote) (#1096)
This commit is contained in:
parent
b94211251c
commit
4db667322c
@ -292,7 +292,7 @@ You can do the following:
|
|||||||
(if (try-some-thing)
|
(if (try-some-thing)
|
||||||
(do
|
(do
|
||||||
(print "this is if true")
|
(print "this is if true")
|
||||||
(print "and why not, let's keep talking about how true it is!))
|
(print "and why not, let's keep talking about how true it is!"))
|
||||||
(print "this one's still simply just false"))
|
(print "this one's still simply just false"))
|
||||||
|
|
||||||
You can see that we used ``do`` to wrap multiple statements. If you're
|
You can see that we used ``do`` to wrap multiple statements. If you're
|
||||||
|
Loading…
x
Reference in New Issue
Block a user