summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorroberthoedicke <robert@duckbuddha.com>2014-10-09 00:00:16 +0200
committerroberthoedicke <robert@duckbuddha.com>2014-10-09 00:00:16 +0200
commit79b375c331d87145f82471ec75b982269316c035 (patch)
treed9a8f22c553c39474d0bab8a049c3c828df6e8eb /spec
parent550a48143ea4174b4c4a2697c9b7730cce420901 (diff)
downloadscala-79b375c331d87145f82471ec75b982269316c035.tar.gz
scala-79b375c331d87145f82471ec75b982269316c035.tar.bz2
scala-79b375c331d87145f82471ec75b982269316c035.zip
Update 10-xml-expressions-and-patterns.md
Changed two wrong plurals to singulars, and inserted a comma in an enumeration of alternatives before the last "or".
Diffstat (limited to 'spec')
-rw-r--r--spec/10-xml-expressions-and-patterns.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/10-xml-expressions-and-patterns.md b/spec/10-xml-expressions-and-patterns.md
index 069f499ce9..407b2b9a67 100644
--- a/spec/10-xml-expressions-and-patterns.md
+++ b/spec/10-xml-expressions-and-patterns.md
@@ -59,7 +59,7 @@ sequence of XML nodes (an instance of a subclass of
`scala.Seq[scala.xml.Node]`).
If an XML expression is an entity reference, CDATA section, processing
-instructions or a comments, it is represented by an instance of the
+instruction, or a comment, it is represented by an instance of the
corresponding Scala runtime class.
By default, beginning and trailing whitespace in element content is removed,