Fix doc typo (#9162)

# Objective

- Fix a minor doc typo

## Solution

- Fix the typo!
This commit is contained in:
Jonas Schäfer 2023-07-15 23:11:07 +02:00 committed by Carter Anderson
parent 53108a29d1
commit 6cab87cb54

View file

@ -104,7 +104,7 @@ impl MorphTargetImage {
}
/// Controls the [morph targets] for all child [`Handle<Mesh>`] 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.
///