aboutsummaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-04-06 23:06:52 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-04-06 23:06:52 -0700
commit4db067d7a1324735f7d86c04668071fa0bf1973f (patch)
tree67a96021f2c326853c6270788bda8b900ac37eb4 /spec.txt
parenta0a9e82aa753cddc81d5cf4d855eb35399e57f71 (diff)
Removed redundant condition.
We don't need to specify that the absolute URI in an autolink doesn't contain `<`, since this is specified in the description of an absolute URI.
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 c7dce2f..3d29369 100644
--- a/spec.txt
+++ b/spec.txt
@@ -8686,7 +8686,7 @@ If you want a link after a literal `!`, backslash-escape the
as the link label.
A [URI autolink](@) consists of `<`, followed by an
-[absolute URI] not containing `<`, followed by `>`. It is parsed as
+[absolute URI] followed by `>`. It is parsed as
a link to the URI, with the URI as the link's label.
An [absolute URI](@),