From a726e656a4feeace59d3696bc32548be6d93f600 Mon Sep 17 00:00:00 2001 From: crispy-strawberry <145422627+crispy-strawberry@users.noreply.github.com> Date: Mon, 18 Dec 2023 20:13:09 +0530 Subject: [PATCH] Very small typo fix (#3693) Small spelling error - changed `Addintional` to `Additional` --- crates/eframe/src/epi.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/eframe/src/epi.rs b/crates/eframe/src/epi.rs index 95ed9fea..3d9867a6 100644 --- a/crates/eframe/src/epi.rs +++ b/crates/eframe/src/epi.rs @@ -217,7 +217,7 @@ pub enum HardwareAcceleration { /// Options controlling the behavior of a native window. /// -/// Addintional windows can be opened using (egui viewports)[`egui::viewport`]. +/// Additional windows can be opened using (egui viewports)[`egui::viewport`]. /// /// Set the window title and size using [`Self::viewport`]. ///