fix some typo

This commit is contained in:
meteorgan 2025-02-13 23:03:41 +08:00
parent 248a369afc
commit 744df6eedf
3 changed files with 5 additions and 5 deletions

View file

@ -123,7 +123,7 @@ pub enum Command {
Cwd,
/// Display information about settings
ShowInfo,
/// Set the value of NULL to be printedin 'raw' mode
/// Set the value of NULL to be printed in 'raw' mode
NullValue,
/// Toggle 'echo' mode to repeat commands before execution
Echo,