mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-01-11 13:31:29 +11:00
Merge pull request #563 from bvssvni/remove_dot
Removed dot in error message
This commit is contained in:
commit
4ab83a23e5
|
@ -155,7 +155,7 @@ impl ContextError {
|
|||
use std::error::Error;
|
||||
match *self {
|
||||
ContextError::IoError(ref err) => err.description(),
|
||||
ContextError::ContextLost => "Context lost."
|
||||
ContextError::ContextLost => "Context lost"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue