mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-01-11 13:31:29 +11:00
Removed dot in error message
Closes https://github.com/tomaka/glutin/issues/562
This commit is contained in:
parent
dff7612e45
commit
ce13975f15
|
@ -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