Skip to content

Commit 79b375c

Browse files
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".
1 parent 550a481 commit 79b375c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/10-xml-expressions-and-patterns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ sequence of XML nodes (an instance of a subclass of
5959
`scala.Seq[scala.xml.Node]`).
6060

6161
If an XML expression is an entity reference, CDATA section, processing
62-
instructions or a comments, it is represented by an instance of the
62+
instruction, or a comment, it is represented by an instance of the
6363
corresponding Scala runtime class.
6464

6565
By default, beginning and trailing whitespace in element content is removed,

0 commit comments

Comments
 (0)