Skip to content

Commit ff384f3

Browse files
committed
[css2][editorial] change a ' to ' so it doesn't mess up Bikeshed syntax highlighting for the entire doc
1 parent de44f98 commit ff384f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css2/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2830,7 +2830,7 @@ inside double quotes, unless escaped (e.g., as ''\"'' or as
28302830
"this is a 'string'"
28312831
"this is a \"string\""
28322832
'this is a "string"'
2833-
'this is a \'string\''
2833+
'this is a \'string\''
28342834
</pre>
28352835
</div>
28362836

0 commit comments

Comments
 (0)