mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-01-26 03:36:32 +11:00
Removed dot in error message
Closes https://github.com/tomaka/glutin/issues/562
This commit is contained in:
parent
dff7612e45
commit
ce13975f15
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue