Skip to content

Commit

Permalink
Fix grammar in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
rsaarelm authored and not-fl3 committed Aug 16, 2023
1 parent f9a03ab commit f6d95e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ fn set_display(display: native::NativeDisplayData) {
fn native_display() -> &'static Mutex<native::NativeDisplayData> {
NATIVE_DISPLAY
.get()
.expect("Backend did not initialized NATIVE_DISPLAY yet.") //|| Mutex::new(Default::default()))
.expect("Backend has not initialized NATIVE_DISPLAY yet.") //|| Mutex::new(Default::default()))
}

/// Window and associated to window rendering context related functions.
Expand Down

0 comments on commit f6d95e6

Please sign in to comment.