diff options
author | Robin Stocker <robin@nibor.org> | 2015-09-24 13:22:09 +1000 |
---|---|---|
committer | Robin Stocker <robin@nibor.org> | 2015-09-24 13:22:09 +1000 |
commit | 679708e9df314e4d5bdf2bc0955f2f05fed325ad (patch) | |
tree | 0c8d089700e64c77d165d0bf55abb52881597d98 | |
parent | 759eeaac8d259a486d7f97191d144459982e7ad7 (diff) |
Fix typo for link to "attributes"
-rw-r--r-- | spec.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 [attributes](@attribute), optional [whitespace], an optional `/` character, and a `>` character. A [closing tag](@closing-tag) consists of the string `</`, a |