Skip to content

Commit a4ef779

Browse files
committed
Typo fix.
1 parent bb35329 commit a4ef779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ impl ToJson for ComponentValue {
324324
Colon => JString(~":"),
325325
Semicolon => JString(~";"),
326326
Comma => JString(~","),
327-
IncludeMath => JString(~"~="),
327+
IncludeMatch => JString(~"~="),
328328
DashMatch => JString(~"|="),
329329
PrefixMatch => JString(~"^="),
330330
SuffixMatch => JString(~"$="),

0 commit comments

Comments
 (0)