mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-09-25 13:58:59 +02:00
Fixes typos in many different English articles
Signed-off-by: Marcel Ribeiro-Dantas <mribeirodantas@seqera.io>
This commit is contained in:
@@ -59,9 +59,9 @@ compare 3 2 -- GT
|
||||
true && (9 >= 19 || 1 < 2) -- true
|
||||
|
||||
-- Strings
|
||||
"Hellow" :: String -- "Hellow"
|
||||
"Hello" :: String -- "Hello"
|
||||
-- Multiline string without newlines, to run in PSCi use "paste" mode.
|
||||
"Hellow\
|
||||
"Hello\
|
||||
\orld" -- "Helloworld"
|
||||
-- Multiline string with newlines
|
||||
"""Hello
|
||||
|
Reference in New Issue
Block a user