aboutsummaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorAnthony Fok <foka@debian.org>2019-12-04 18:29:15 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-12-04 17:29:15 -0800
commit613a9afbb96b7868c56cf9bf9cf94d357baf9630 (patch)
tree4000e13090c45221d6339a9adae9fba37116dc2e /spec.txt
parentd39b0941f070c420c1315b74b192f0f3ec312729 (diff)
Change "a HTML block" to "an HTML block" (#623)
for consistency with the rest of the spec.
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 1197d1b..83cc197 100644
--- a/spec.txt
+++ b/spec.txt
@@ -2424,7 +2424,7 @@ block** that might otherwise be recognised as a start condition will
be ignored by the parser and passed through as-is, without changing
the parser's state.
-For instance, `<pre>` within a HTML block started by `<table>` will not affect
+For instance, `<pre>` within an HTML block started by `<table>` will not affect
the parser state; as the HTML block was started in by start condition 6, it
will end at any blank line. This can be surprising: