Skip to content

Commit

Permalink
Typo police
Browse files Browse the repository at this point in the history
  • Loading branch information
pcwalton committed Jan 11, 2025
1 parent 4f6fa84 commit adf84e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/3d/decal_projectors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ use widgets::{
#[path = "../helpers/widgets.rs"]
mod widgets;

/// The speed at which the cube rotats, in radians per frame.
/// The speed at which the cube rotates, in radians per frame.
const CUBE_ROTATION_SPEED: f32 = 0.02;

/// The speed at which the selection can be moved, in spherical coordinate
Expand Down

0 comments on commit adf84e1

Please sign in to comment.