mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-01-26 03:36:32 +11:00
Merge pull request #563 from bvssvni/remove_dot
Removed dot in error message
This commit is contained in:
commit
4ab83a23e5
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