From beb2ecf7e475eaa07ccc755626e05c1906c4e750 Mon Sep 17 00:00:00 2001 From: jacekpoz <64381190+jacekpoz@users.noreply.github.com> Date: Wed, 26 Jul 2023 16:59:49 +0000 Subject: [PATCH] fix typo in NativeOptions docs (#3108) Co-authored-by: jacekpoz --- crates/eframe/src/epi/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/eframe/src/epi/mod.rs b/crates/eframe/src/epi/mod.rs index 0f6f4229..fd4f0280 100644 --- a/crates/eframe/src/epi/mod.rs +++ b/crates/eframe/src/epi/mod.rs @@ -431,7 +431,7 @@ pub struct NativeOptions { /// will be used instead. /// /// ### On Wayland - /// On Wauland this sets the Application ID for the window. + /// On Wayland this sets the Application ID for the window. /// /// The application ID is used in several places of the compositor, e.g. for /// grouping windows of the same application. It is also important for