Skip to content

Commit 8c41579

Browse files
artkaymvorisek
andauthored
Update ext/dom/lexbor/lexbor/css/syntax/state_res.h
Co-authored-by: Michael Voříšek <mvorisek@mvorisek.cz>
1 parent 99edfe1 commit 8c41579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/dom/lexbor/lexbor/css/syntax/state_res.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ lxb_css_syntax_state_res_map[256] =
4949
lxb_css_syntax_state_hash, /* 0x23; '#'; Pound sign */
5050
lxb_css_syntax_state_delim, /* 0x24; '$'; Dollar sign */
5151
lxb_css_syntax_state_delim, /* 0x25; '%'; Percentage sign */
52-
lxb_css_syntax_state_delim, /* 0x26; '&'; Commercial and */
52+
lxb_css_syntax_state_delim, /* 0x26; '&'; Ampersand */
5353
lxb_css_syntax_state_string, /* 0x27; '''; Apostrophe */
5454
lxb_css_syntax_state_lparenthesis, /* 0x28; '('; Left bracket */
5555
lxb_css_syntax_state_rparenthesis, /* 0x29; ')'; Right bracket */

0 commit comments

Comments
 (0)