Merge pull request #2091 from gpanders/patch-1

config: fix typo
This commit is contained in:
Mitchell Hashimoto
2024-08-12 09:46:13 -07:00
committed by GitHub

View File

@ -726,7 +726,7 @@ keybind: Keybinds = .{},
/// ///
/// This defaults to true because out-of-sync rendering on macOS can /// This defaults to true because out-of-sync rendering on macOS can
/// cause kernel panics (macOS 14.4+) and performance issues for external /// cause kernel panics (macOS 14.4+) and performance issues for external
/// displays over some hardware such as DisplayLink. If you want to maximize /// displays over some hardware such as DisplayLink. If you want to minimize
/// input latency, set this to false with the known aforementioned risks. /// input latency, set this to false with the known aforementioned risks.
/// ///
/// Changing this value at runtime will only affect new terminals. /// Changing this value at runtime will only affect new terminals.