summaryrefslogtreecommitdiff
path: root/12-xml-expressions-and-patterns.md
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2014-03-12 17:47:43 -0700
committerAdriaan Moors <adriaan.moors@typesafe.com>2014-03-12 17:47:43 -0700
commit78d96eafe9c7404b43da38892134ba380dd77db5 (patch)
tree0543532be3babed081af3f169f2400ca833ab067 /12-xml-expressions-and-patterns.md
parent3c0d964c350b5a2eaa3fdc53e4f24a6b86d27eba (diff)
downloadscala-78d96eafe9c7404b43da38892134ba380dd77db5.tar.gz
scala-78d96eafe9c7404b43da38892134ba380dd77db5.tar.bz2
scala-78d96eafe9c7404b43da38892134ba380dd77db5.zip
formatting: tables and headings
Diffstat (limited to '12-xml-expressions-and-patterns.md')
-rw-r--r--12-xml-expressions-and-patterns.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/12-xml-expressions-and-patterns.md b/12-xml-expressions-and-patterns.md
index 5d4a60c33d..d1a1e33b81 100644
--- a/12-xml-expressions-and-patterns.md
+++ b/12-xml-expressions-and-patterns.md
@@ -23,10 +23,9 @@ related to entity resolution.
The following productions describe Scala's extensible markup language,
designed as close as possible to the W3C extensible markup language
-standard. Only the productions for attribute values and character data
-are changed. Scala does not support declarations, CDATA
-sections or processing instructions. Entity references are not
-resolved at runtime.
+standard. Only the productions for attribute values and character data are changed.
+Scala does not support declarations, CDATA sections or processing instructions.
+Entity references are not resolved at runtime.
```
Element ::= EmptyElemTag