From 79b375c331d87145f82471ec75b982269316c035 Mon Sep 17 00:00:00 2001 From: roberthoedicke Date: Thu, 9 Oct 2014 00:00:16 +0200 Subject: 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". --- spec/10-xml-expressions-and-patterns.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec') 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, -- cgit v1.2.3