Fix comment

This commit is contained in:
yt2b 2022-12-26 09:30:12 +09:00
parent db91adbcc3
commit 637275fc35

View file

@ -236,7 +236,7 @@ where
lxr.window.slide();
lxr.window.slide();
lxr.window.slide();
// Check if BOM exists
// TODO: Handle possible mismatch between BOM and explicit encoding declaration.
if let Some('\u{feff}') = lxr.window[0] {
lxr.window.slide();
}