summaryrefslogtreecommitdiff
path: root/spec/01-lexical-syntax.md
diff options
context:
space:
mode:
authorSeth Tisue <seth@tisue.net>2015-08-23 18:00:27 -0400
committerSeth Tisue <seth@tisue.net>2015-08-23 18:00:27 -0400
commit79171ce68e4cb6953faba31770ec77ccc23c76a9 (patch)
treee9bdd378eac05f844e24b1a6abb7d1661d5e49c3 /spec/01-lexical-syntax.md
parentf8a6d21a490090bac20b0753c46b91ca2b335049 (diff)
parent4b6395313bec6d0bf0bb9ecab18c6c4a90494c38 (diff)
downloadscala-79171ce68e4cb6953faba31770ec77ccc23c76a9.tar.gz
scala-79171ce68e4cb6953faba31770ec77ccc23c76a9.tar.bz2
scala-79171ce68e4cb6953faba31770ec77ccc23c76a9.zip
Merge pull request #4705 from mpociecha/fix-typos3
Fix typos in spec, docs and comments
Diffstat (limited to 'spec/01-lexical-syntax.md')
-rw-r--r--spec/01-lexical-syntax.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/01-lexical-syntax.md b/spec/01-lexical-syntax.md
index e26cb796c8..b26e5b2328 100644
--- a/spec/01-lexical-syntax.md
+++ b/spec/01-lexical-syntax.md
@@ -443,7 +443,7 @@ multiLineChars ::= {[‘"’] [‘"’] charNoDoubleQuote} {‘"’}
A multi-line string literal is a sequence of characters enclosed in
triple quotes `""" ... """`. The sequence of characters is
-arbitrary, except that it may contain three or more consuctive quote characters
+arbitrary, except that it may contain three or more consecutive quote characters
only at the very end. Characters
must not necessarily be printable; newlines or other
control characters are also permitted. Unicode escapes work as everywhere else, but none