diff --git a/crates/bevy_render/src/mesh/primitives/dim3/sphere.rs b/crates/bevy_render/src/mesh/primitives/dim3/sphere.rs index 463f77025c..3c3c5755ad 100644 --- a/crates/bevy_render/src/mesh/primitives/dim3/sphere.rs +++ b/crates/bevy_render/src/mesh/primitives/dim3/sphere.rs @@ -25,7 +25,7 @@ pub enum IcosphereError { /// A type of sphere mesh. #[derive(Clone, Copy, Debug)] pub enum SphereKind { - /// An icosphere, a spherical mesh that consists of equally sized triangles. + /// An icosphere, a spherical mesh that consists of similar sized triangles. Ico { /// The number of subdivisions applied. /// The number of faces quadruples with each subdivision.