Skip to content

Commit 2777b44

Browse files
committed
Fixed wrong encoding in comment
1 parent 9e843b8 commit 2777b44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/parse.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ CSSOM.parse = function parse(token) {
286286
throw "unexpected }";
287287
}
288288
currentScope.__ends = i + 1;
289-
// Nesting rules aren’t supported yet
289+
// Nesting rules aren't supported yet
290290
styleSheet.cssRules.push(currentScope);
291291
currentScope = styleSheet;
292292
parentRule = null;

0 commit comments

Comments
 (0)