fix: typo in error message (#1151)

This commit is contained in:
a-kenji 2022-02-28 23:00:47 +01:00 committed by GitHub
parent 668ee145b0
commit 4f84c36024
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -100,7 +100,7 @@ impl Display for ExitReason {
Self::Normal => write!(f, "Bye from Zellij!"), Self::Normal => write!(f, "Bye from Zellij!"),
Self::ForceDetached => write!( Self::ForceDetached => write!(
f, f,
"Session was detach from this client (possibly because another client connected)" "Session was detached from this client (possibly because another client connected)"
), ),
Self::CannotAttach => write!( Self::CannotAttach => write!(
f, f,