From 1abccb3f47d8e252474f9234b1f3e872d865547d Mon Sep 17 00:00:00 2001 From: Guy Marshall <75757034+guymarshall@users.noreply.github.com> Date: Tue, 3 Jun 2025 15:57:43 +0100 Subject: [PATCH] Typo in `run_native` doc comment (replace "a an" with "an") (#7094) --- crates/eframe/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/eframe/src/lib.rs b/crates/eframe/src/lib.rs index 78208eb5..f0f39225 100644 --- a/crates/eframe/src/lib.rs +++ b/crates/eframe/src/lib.rs @@ -209,7 +209,7 @@ pub mod icon_data; /// This is how you start a native (desktop) app. /// -/// The first argument is name of your app, which is a an identifier +/// The first argument is name of your app, which is an identifier /// used for the save location of persistence (see [`App::save`]). /// It is also used as the application id on wayland. /// If you set no title on the viewport, the app id will be used