From 500ba962d17853bdef7aed49b150dbe3f45692e9 Mon Sep 17 00:00:00 2001 From: rustrover Date: Sat, 9 Mar 2024 15:26:37 +0800 Subject: fix some comments Signed-off-by: rustrover --- examples/integration/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/integration/src/main.rs') diff --git a/examples/integration/src/main.rs b/examples/integration/src/main.rs index f53b5bf1..9cd801b2 100644 --- a/examples/integration/src/main.rs +++ b/examples/integration/src/main.rs @@ -170,7 +170,7 @@ pub fn main() -> Result<(), Box> { // Run event loop event_loop.run(move |event, window_target| { - // You should change this if you want to render continuosly + // You should change this if you want to render continuously window_target.set_control_flow(ControlFlow::Wait); match event { -- cgit