From 469609a9125b15f3cc5f3c42f21ddf5acd30f52d Mon Sep 17 00:00:00 2001 From: Amr Bashir Date: Mon, 8 Apr 2024 22:32:32 +0200 Subject: [PATCH] Update examples/iced.rs --- examples/iced.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/iced.rs b/examples/iced.rs index 27a2cf0..952b8f9 100644 --- a/examples/iced.rs +++ b/examples/iced.rs @@ -77,7 +77,7 @@ impl Example { sender .send(ProgramCommands::Received(format!("{:?}", event))) .await - .unwarp(); + .unwrap(); } async_std::task::sleep(std::time::Duration::from_millis(50)).await; }