diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-09-24 08:04:42 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-09-24 08:04:42 -0700 |
commit | 5ceb06949f85fda97baeae6c2dd4d2939993ea19 (patch) | |
tree | 0c8d089700e64c77d165d0bf55abb52881597d98 /spec.txt | |
parent | 759eeaac8d259a486d7f97191d144459982e7ad7 (diff) | |
parent | 679708e9df314e4d5bdf2bc0955f2f05fed325ad (diff) |
Merge pull request #370 from robinst/patch-3
Fix typo for link to "attributes"
Diffstat (limited to 'spec.txt')
-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 |