aboutsummaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-03-25 17:15:36 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-03-25 17:15:36 -0700
commit1d31887cefbd41bd8cdbeb610263f47f2129a5b0 (patch)
tree1e96354cb0965998e0f4c6ef1e8f5480e37268b4 /spec.txt
parente09bd56575e1577bd62e0dc6672107f31eeb6a57 (diff)
Fixed typo in recent spec change for spaces in link dest.
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 6c64d1c..dc2f5d5 100644
--- a/spec.txt
+++ b/spec.txt
@@ -7337,7 +7337,7 @@ enclosed in pointy brackets:
```````````````````````````````` example
[link](</my uri>)
.
-<p><a href="my%20uri">link</a></p>
+<p><a href="/my%20uri">link</a></p>
````````````````````````````````
The destination cannot contain line breaks,