From def0abcfd92b5c6bdcf67aceee729f13a46e101d Mon Sep 17 00:00:00 2001 From: Daniel Barclay Date: Mon, 3 Oct 2016 12:40:41 -0400 Subject: Change `...' to ‘...’ (Unicode quotes) in ENBF (per intent per README.md). MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also added a missing closing quote in SimplePattern production involving StableId. --- spec/10-xml-expressions-and-patterns.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spec/10-xml-expressions-and-patterns.md') 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} ``` -- cgit v1.2.3