fix typo in shaper (#9536)

This commit is contained in:
Jeffrey C. Ollie
2025-11-09 12:30:50 -06:00
committed by GitHub

View File

@@ -41,7 +41,7 @@ const CellCacheTable = CacheTable(
// I'd expect then an average of 256 frequently cached runs is a
// safe guess most terminal screens.
256,
// 8 items per bucket to give decent resilliency to important runs.
// 8 items per bucket to give decent resiliency to important runs.
8,
);