mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-21 02:01:55 +07:00
Fix spelling mistake
This commit is contained in:
+1
-1
@@ -690,7 +690,7 @@ impl FromStr for WorkspaceReferenceArg {
|
||||
if let Ok(idx) = u8::try_from(index) {
|
||||
Self::Index(idx)
|
||||
} else {
|
||||
return Err("workspace indexes must be between 0 and 255");
|
||||
return Err("workspace index must be between 0 and 255");
|
||||
}
|
||||
} else {
|
||||
Self::Name(s.to_string())
|
||||
|
||||
Reference in New Issue
Block a user