Skip to content

Commit

Permalink
Fix doc typo (#9162)
Browse files Browse the repository at this point in the history
# Objective

- Fix a minor doc typo

## Solution

- Fix the typo!
  • Loading branch information
horazont authored Jul 15, 2023
1 parent 94b574a commit 701767a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_render/src/mesh/morph.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
///
Expand Down

0 comments on commit 701767a

Please sign in to comment.