summaryrefslogtreecommitdiff
path: root/spec/10-xml-expressions-and-patterns.md
diff options
context:
space:
mode:
authorDaniel Barclay <dbarclay@savi.com>2016-10-03 12:40:41 -0400
committerDaniel Barclay <dbarclay@savi.com>2016-10-03 12:40:41 -0400
commitdef0abcfd92b5c6bdcf67aceee729f13a46e101d (patch)
tree9cf1b1be513c00316597ec5c40fd47a755d2897b /spec/10-xml-expressions-and-patterns.md
parent388053544829c53c95cb6f9bf24ac366e950bac0 (diff)
downloadscala-def0abcfd92b5c6bdcf67aceee729f13a46e101d.tar.gz
scala-def0abcfd92b5c6bdcf67aceee729f13a46e101d.tar.bz2
scala-def0abcfd92b5c6bdcf67aceee729f13a46e101d.zip
Change `...' to ‘...’ (Unicode quotes) in ENBF (per intent per README.md).
Also added a missing closing quote in SimplePattern production involving StableId.
Diffstat (limited to 'spec/10-xml-expressions-and-patterns.md')
-rw-r--r--spec/10-xml-expressions-and-patterns.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/10-xml-expressions-and-patterns.md b/spec/10-xml-expressions-and-patterns.md
index b70fb86471..ea93cc8d8e 100644
--- a/spec/10-xml-expressions-and-patterns.md
+++ b/spec/10-xml-expressions-and-patterns.md
@@ -76,8 +76,8 @@ AttValue ::= ‘"’ {CharQ | CharRef} ‘"’
ScalaExpr ::= Block
-CharData ::= { CharNoRef } $\textit{ without}$ {CharNoRef}`{'CharB {CharNoRef}
- $\textit{ and without}$ {CharNoRef}`]]>'{CharNoRef}
+CharData ::= { CharNoRef } $\textit{ without}$ {CharNoRef}‘{’CharB {CharNoRef}
+ $\textit{ and without}$ {CharNoRef}‘]]>’{CharNoRef}
```
<!-- {% raw %} stupid liquid borks on the double brace below; brace yourself, liquid! -->