Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Nov 14, 2023
1 parent dc4e06a commit bfaef3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/egui/src/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<ClippedShape>,
Expand Down

0 comments on commit bfaef3a

Please sign in to comment.