Skip to content

Commit 8d30680

Browse files
sirrealwestonruter
andauthored
Fix typo in comment
Co-authored-by: Weston Ruter <[email protected]>
1 parent 1362451 commit 8d30680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-includes/html-api/class-wp-html-tag-processor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3868,7 +3868,7 @@ static function ( $matches ) {
38683868
/**
38693869
* JSON can be safely escaped.
38703870
*
3871-
* The following replacement may appear insuficcient, "<" is replaced
3871+
* The following replacement may appear insufficient, "<" is replaced
38723872
* with its JSON escape sequence "\u003C" without considering whether
38733873
* the "<" is preceded by an escaping slash. JSON does not support
38743874
* arbitrary character escaping (like JavaScript strings) so "\<"

0 commit comments

Comments
 (0)