diff --git a/crates/bevy_mesh/src/mesh.rs b/crates/bevy_mesh/src/mesh.rs index 371aee94a8..7d8349480c 100644 --- a/crates/bevy_mesh/src/mesh.rs +++ b/crates/bevy_mesh/src/mesh.rs @@ -829,7 +829,7 @@ impl Mesh { /// If any of the following conditions are not met, this function errors: /// * All of the vertex attributes that have the same attribute id, must also /// have the same attribute type. - /// For example two attributes with the same id, but where on is a + /// For example two attributes with the same id, but where one is a /// [`VertexAttributeValues::Float32`] and the other is a /// [`VertexAttributeValues::Float32x3`], would be invalid. /// * Both meshes must have the same primitive topology.