change doc for SphereKind::Ico to reflect that the triangles are equa… (#12482)

# Objective
Fixes #12480 
by removing the explicit mention of equally sized triangles from the doc
for icospheres

Co-authored-by: Emi <emanuel.boehm@gmail.com>
This commit is contained in:
Emi 2024-03-15 04:32:52 +01:00 committed by GitHub
parent 1073c49f96
commit 16fb995697
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.