mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-24 02:01:18 +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) {
|
if let Ok(idx) = u8::try_from(index) {
|
||||||
Self::Index(idx)
|
Self::Index(idx)
|
||||||
} else {
|
} else {
|
||||||
return Err("workspace indexes must be between 0 and 255");
|
return Err("workspace index must be between 0 and 255");
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
Self::Name(s.to_string())
|
Self::Name(s.to_string())
|
||||||
|
|||||||
Reference in New Issue
Block a user