mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-02-04 15:46:34 +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;
|
use std::error::Error;
|
||||||
match *self {
|
match *self {
|
||||||
ContextError::IoError(ref err) => err.description(),
|
ContextError::IoError(ref err) => err.description(),
|
||||||
ContextError::ContextLost => "Context lost."
|
ContextError::ContextLost => "Context lost"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue