1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-23 21:32:13 +03:00

Fix typo in harfbuzz.rs

This commit is contained in:
Jan Katins 2022-09-05 10:15:58 +02:00 committed by Wez Furlong
parent 68380188e8
commit 29f5d066b8

View File

@ -435,7 +435,7 @@ impl HarfbuzzShaper {
}
// It is important that this bit happens after we've had the
// oppotunity to coalesce runs of runresolved codepoints,
// opportunity to coalesce runs of unresolved codepoints,
// otherwise we can produce incorrect shaping
// <https://github.com/wez/wezterm/issues/2482>
if cluster.last().unwrap().cluster == info.cluster {