diff --git a/examples/3d/decal_projectors.rs b/examples/3d/decal_projectors.rs index 233634c9ea211..1eabbd275007f 100644 --- a/examples/3d/decal_projectors.rs +++ b/examples/3d/decal_projectors.rs @@ -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