mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-27 15:13:13 -04:00
Removed dot in error message
Closes https://github.com/tomaka/glutin/issues/562
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user