aboutsummaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-10-19 13:41:53 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-10-19 13:41:53 -0700
commitaf16dde652b480d253cb1eba3aa9f396cbeeac91 (patch)
tree79a3399f0d4bf5193f44c4435351ee299b41a908 /spec.txt
parentfb43049d468dce1592e41c84debee22f830578e7 (diff)
Fixed duplicate id 'attribute'.
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 e95da0a..5739953 100644
--- a/spec.txt
+++ b/spec.txt
@@ -7639,7 +7639,7 @@ consists of `"`, zero or more
characters not including `"`, and a final `"`.
An [open tag](@open-tag) consists of a `<` character, a [tag name],
-zero or more [attributes](@attribute), optional [whitespace], an optional `/`
+zero or more [attribute]s, optional [whitespace], an optional `/`
character, and a `>` character.
A [closing tag](@closing-tag) consists of the string `</`, a