Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Dec 26, 2024
1 parent 730f3a7 commit 7a92dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/emath/src/gui_rounding.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pub trait GuiRounding {
///
/// This can be useful for crisp rendering.
///
/// The [`self`] should be in coorinates of _logical UI points_.
/// The [`self`] should be in coordinates of _logical UI points_.
/// The argument [`pixels_per_point`] is the number of _physical pixels_ per logical UI point.
/// For instance, on a high-DPI screen, `pixels_per_point` could be `2.0`.
fn round_to_pixels(self, pixels_per_point: f32) -> Self;
Expand Down

0 comments on commit 7a92dc9

Please sign in to comment.