Skip to content

Commit

Permalink
Fix web name
Browse files Browse the repository at this point in the history
Co-authored-by: daxpedda <[email protected]>
  • Loading branch information
madsmtm and daxpedda authored Aug 7, 2023
1 parent 41df364 commit e6b1751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pub use cursor_icon::{CursorIcon, ParseError as CursorIconParseError};
/// This is `Send + Sync`, meaning that it can be freely used from other
/// threads.
///
/// However, some platforms (macOS, web and iOS) only allow user interface
/// However, some platforms (macOS, Web and iOS) only allow user interface
/// interactions on the main thread, so on those platforms, if you use the
/// window from a thread other than the main, the code is scheduled to run on
/// the main thread, and your thread may be blocked until that completes.
Expand Down

0 comments on commit e6b1751

Please sign in to comment.