Fix typo in comments (#2032)
This commit is contained in:
parent
f2102ade4c
commit
0356241362
@ -543,7 +543,7 @@ class DOMTextScanner {
|
||||
case 'list': // list-item
|
||||
case 'table': // table, table-*
|
||||
return true;
|
||||
case 'ruby': // rubt-*
|
||||
case 'ruby': // ruby-*
|
||||
return (pos >= 0);
|
||||
default:
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user