Skip to content

Commit 56c435f

Browse files
committed
Merge pull request #62 from nox/scripting-flag-typo
Fix a typo in the README about the treatment of the scripting flag
2 parents 15d20dd + 0be76db commit 56c435f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tree-construction/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ using the HTML fragment parsing algorithm with the context element as
3838
context.
3939

4040
Then there \*may\* be a line that says "\#script-off" or
41-
"\#script-in". If a line that says "\#script-off" is present, the
41+
"\#script-on". If a line that says "\#script-off" is present, the
4242
parser must set the scripting flag to disabled. If a line that says
4343
"\#script-on" is present, it must set it to enabled. Otherwise, the
4444
test should be run in both modes.

0 commit comments

Comments
 (0)