diff --git a/crates/bevy_render/src/mesh/morph.rs b/crates/bevy_render/src/mesh/morph.rs index c6eba94b47..be52d1f59b 100644 --- a/crates/bevy_render/src/mesh/morph.rs +++ b/crates/bevy_render/src/mesh/morph.rs @@ -104,7 +104,7 @@ impl MorphTargetImage { } /// Controls the [morph targets] for all child [`Handle`] entities. In most cases, [`MorphWeights`] should be considered -/// the "source o[f truth" when writing morph targets for meshes. However you can choose to write child [`MeshMorphWeights`] +/// the "source of truth" when writing morph targets for meshes. However you can choose to write child [`MeshMorphWeights`] /// if your situation requires more granularity. Just note that if you set [`MorphWeights`], it will overwrite child /// [`MeshMorphWeights`] values. ///