aboutsummaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-03-19 17:44:06 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-03-19 17:44:06 -0700
commit0d439902a0d9a7049e6b0c19cc6f01e83214ccc0 (patch)
treee2ba680830b49a10e938ac75db35dd1cd6b66fed /spec.txt
parent716204e21277d78d739c6d0df41acbfec2ca4119 (diff)
Fix typo in fix to #562.
Diffstat (limited to 'spec.txt')
-rw-r--r--spec.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec.txt b/spec.txt
index 373c907..dc944d0 100644
--- a/spec.txt
+++ b/spec.txt
@@ -7420,7 +7420,7 @@ bar>)</p>
Pointy brackets that enclose links must be unescaped:
```````````````````````````````` example
-[link](<foo/>)
+[link](<foo\>)
.
<p><a href="%3Cfoo%3E">link</a></p>
````````````````````````````````