fix some comments
Signed-off-by: rustrover <seekseat@126.com>
This commit is contained in:
parent
a341e39df6
commit
500ba962d1
7 changed files with 8 additions and 8 deletions
|
|
@ -13,7 +13,7 @@ pub enum Error {
|
|||
#[error("a suitable graphics adapter or device could not be found")]
|
||||
GraphicsAdapterNotFound,
|
||||
|
||||
/// An error occured in the context's internal backend
|
||||
#[error("an error occured in the context's internal backend")]
|
||||
/// An error occurred in the context's internal backend
|
||||
#[error("an error occurred in the context's internal backend")]
|
||||
BackendError(String),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue