From d0bcdfc2261d61b18b1e68103296ca258664e1e3 Mon Sep 17 00:00:00 2001 From: Stanislav Date: Sat, 30 Jul 2022 17:57:29 +0300 Subject: [PATCH] Update eframe/src/lib.rs Co-authored-by: Emil Ernerfeldt --- eframe/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eframe/src/lib.rs b/eframe/src/lib.rs index 8b9148af..e09f8fd6 100644 --- a/eframe/src/lib.rs +++ b/eframe/src/lib.rs @@ -103,7 +103,7 @@ pub use web_sys; /// /// This is the entry-point for all the web-assembly. /// /// This is called from the HTML. /// /// 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. /// #[cfg(target_arch = "wasm32")] /// #[wasm_bindgen]