Update eframe/src/lib.rs

Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
This commit is contained in:
Stanislav 2022-07-30 17:57:29 +03:00 committed by GitHub
parent 85568ca61c
commit d0bcdfc226
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -103,7 +103,7 @@ pub use web_sys;
/// /// This is the entry-point for all the web-assembly. /// /// This is the entry-point for all the web-assembly.
/// /// This is called from the HTML. /// /// This is called from the HTML.
/// /// It loads the app, installs some callbacks, then returns. /// /// It loads the app, installs some callbacks, then returns.
/// /// It creates singleton app-handle that could be stopped calling `stop_web` /// /// It returns a handle to the running app that can be stopped calling `AppRunner::stop_web`.
/// /// You can add more callbacks like this if you want to call in to your code. /// /// You can add more callbacks like this if you want to call in to your code.
/// #[cfg(target_arch = "wasm32")] /// #[cfg(target_arch = "wasm32")]
/// #[wasm_bindgen] /// #[wasm_bindgen]