aboutsummaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-08-15 12:10:59 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-08-15 12:10:59 -0700
commita4cd2e3d7abafa1dcd07483a980f155a00ae491d (patch)
treec11f30760e4c30886d31c5cfb403a98f17cea606 /spec.txt
parentf04613781fb7217e5c7a0b03415bd10827bf1170 (diff)
Reflow paragraph to avoid unwanted list item.
Closes #360.
Diffstat (limited to 'spec.txt')
-rw-r--r--spec.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/spec.txt b/spec.txt
index 7ac52ee..aa2b3a7 100644
--- a/spec.txt
+++ b/spec.txt
@@ -4946,10 +4946,10 @@ the code point `U+0000` will also be replaced by `U+FFFD`.
<p># Ӓ Ϡ � �</p>
.
-[Hexadecimal entities](@hexadecimal-entities)
-consist of `&#` + either `X` or `x` + a string of 1-8 hexadecimal digits
-+ `;`. They will also be parsed and turned into the corresponding
-Unicode code points in the AST.
+[Hexadecimal entities](@hexadecimal-entities) consist of `&#` + either
+`X` or `x` + a string of 1-8 hexadecimal digits + `;`. They will also
+be parsed and turned into the corresponding Unicode code points in the
+AST.
.
&#X22; &#XD06; &#xcab;