diff --git a/examples/yarnspinner_without_bevy/src/terminal.rs b/examples/yarnspinner_without_bevy/src/terminal.rs index 7812d6bf..fcbc5dae 100644 --- a/examples/yarnspinner_without_bevy/src/terminal.rs +++ b/examples/yarnspinner_without_bevy/src/terminal.rs @@ -1,4 +1,4 @@ -//! This module is here for using ratatui to interact with the terminal and +//! This module is here for using ratatui to interact with the terminal and //! crossterm to listen to input. It does not contain any code specific to yarnspinner use std::io::Stdout; diff --git a/examples/yarnspinner_without_bevy/src/widgets.rs b/examples/yarnspinner_without_bevy/src/widgets.rs index 68339705..223f6b9d 100644 --- a/examples/yarnspinner_without_bevy/src/widgets.rs +++ b/examples/yarnspinner_without_bevy/src/widgets.rs @@ -1,4 +1,4 @@ -//! This module is here for using ratatui to interact with the terminal and +//! This module is here for using ratatui to interact with the terminal and //! does not contain any code specific to yarnspinner use ratatui::prelude::{Buffer, Rect};