Fix typo in comments (#2032)

This commit is contained in:
toasted-nutbread 2021-12-14 14:54:36 -05:00 committed by GitHub
parent f2102ade4c
commit 0356241362
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;