lint: correct typo
Some checks failed
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 58s

This commit is contained in:
2025-09-29 23:11:28 +02:00
parent cba07b119c
commit aa17e13b99

View File

@@ -1,7 +1,7 @@
//! Application type for TUI-applications
// FIX known issues:
// - reseting the terminal screen when stopping an `App` under `tmux`
// - resetting the terminal screen when stopping an `App` under `tmux`
// (outside of tmux it seems to work, and other applications can also do that)
/// Create the App Type with the associated user events _E_ which describes