From bfaef3a497eb02065c0e1b05c39e4cd24eb47784 Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Tue, 14 Nov 2023 18:54:46 +0100 Subject: [PATCH] Fix typo --- crates/egui/src/context.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/egui/src/context.rs b/crates/egui/src/context.rs index 46313eaef..959ba6fb6 100644 --- a/crates/egui/src/context.rs +++ b/crates/egui/src/context.rs @@ -1635,7 +1635,7 @@ impl Context { /// /// `pixels_per_point` is used for feathering (anti-aliasing). /// You can use [`Self::pixels_per_point`] for this, - /// or whatever is appropiate for your viewport. + /// or whatever is appropriate for your viewport. pub fn tessellate( &self, shapes: Vec,