diff --git a/crates/ewwii/src/application_lifecycle.rs b/crates/ewwii/src/application_lifecycle.rs index 22368f5..5c54369 100644 --- a/crates/ewwii/src/application_lifecycle.rs +++ b/crates/ewwii/src/application_lifecycle.rs @@ -1,4 +1,4 @@ -//! Module concerned with handling the global application lifecycle of eww. +//! Module concerned with handling the global application lifecycle of ewwii. //! Currently, this only means handling application exit by providing a global //! `recv_exit()` function which can be awaited to receive an event in case of application termination.