Skip to content

Commit 701767a

Browse files
authored
Fix doc typo (#9162)
# Objective - Fix a minor doc typo ## Solution - Fix the typo!
1 parent 94b574a commit 701767a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_render/src/mesh/morph.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ impl MorphTargetImage {
104104
}
105105

106106
/// Controls the [morph targets] for all child [`Handle<Mesh>`] entities. In most cases, [`MorphWeights`] should be considered
107-
/// the "source o[f truth" when writing morph targets for meshes. However you can choose to write child [`MeshMorphWeights`]
107+
/// the "source of truth" when writing morph targets for meshes. However you can choose to write child [`MeshMorphWeights`]
108108
/// if your situation requires more granularity. Just note that if you set [`MorphWeights`], it will overwrite child
109109
/// [`MeshMorphWeights`] values.
110110
///

0 commit comments

Comments
 (0)