docs: fix spelling

This commit is contained in:
steven-omaha
2023-05-16 16:23:49 +02:00
parent 2c9d525d36
commit 4105f5133e
+1 -1
View File
@@ -15,7 +15,7 @@ pub fn get_user_confirmation() -> Result<bool> {
Ok(reply.trim().is_empty() || reply.to_lowercase().contains('y'))
}
/// Read a single byte from the stdin and interpret it as `char`. Use the
/// Read a single byte from stdin and interpret it as `char`. Use the
/// `termios` library to switch the terminal to raw mode before reading,
/// and restore the original terminal mode afterwards.
///