summaryrefslogtreecommitdiff
path: root/03-lexical-syntax.md
diff options
context:
space:
mode:
authorIain McGinniss <iainmcgin@gmail.com>2012-10-18 09:37:45 +0100
committerIain McGinniss <iainmcgin@gmail.com>2012-10-18 09:37:45 +0100
commit4f86c27395ed08e989db9e2280cee01699075924 (patch)
treea361dfac1862af74d28588d95a9041ae37bf3a4c /03-lexical-syntax.md
parent5e2a7881337e008a7de79914646ebe3b4fcd993e (diff)
downloadscala-4f86c27395ed08e989db9e2280cee01699075924.tar.gz
scala-4f86c27395ed08e989db9e2280cee01699075924.tar.bz2
scala-4f86c27395ed08e989db9e2280cee01699075924.zip
fixed missing newline between example text and delimited code expression
Diffstat (limited to '03-lexical-syntax.md')
-rw-r--r--03-lexical-syntax.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/03-lexical-syntax.md b/03-lexical-syntax.md
index 6153b38764..519094ac2c 100644
--- a/03-lexical-syntax.md
+++ b/03-lexical-syntax.md
@@ -441,6 +441,7 @@ i.e. `"\""`. The value of a string literal is an instance of
class `String`{.scala}.
(@) Here are some string literals:
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ {.scala}
"Hello,\nWorld!"
"This string contains a \" character."