fix typo in shaper

pull/9536/head
Jeffrey C. Ollie 2025-11-09 12:11:03 -06:00
parent 1509222cc9
commit c965afe066
No known key found for this signature in database
GPG Key ID: 1BB9EB7EA602265B
1 changed files with 1 additions and 1 deletions

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,
);