1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-29 12:50:04 -04:00

Fix some typos (#5339)

The spell check pipeline in #5313 suddenly failed, this fixes these
typos and some more found via my IDEs spell checker tool
This commit is contained in:
lucasmerlin
2024-11-04 09:51:34 +01:00
committed by GitHub
parent ad14bf2490
commit 5d6a58b917
7 changed files with 9 additions and 9 deletions

View File

@@ -6,7 +6,7 @@ use super::{
};
use web_sys::EventTarget;
// TODO(emilk): there are more calls to `prevent_default` and `stop_propagaton`
// TODO(emilk): there are more calls to `prevent_default` and `stop_propagation`
// than what is probably needed.
// ------------------------------------------------------------------------

View File

@@ -6,7 +6,7 @@ use crate::{epi, App};
use super::{events, text_agent::TextAgent, AppRunner, PanicHandler};
/// This is how `eframe` runs your wepp application
/// This is how `eframe` runs your web application
///
/// This is cheap to clone.
///