Skip to content

Commit

Permalink
Fix doc comment on AssetActionMinimal (#11105)
Browse files Browse the repository at this point in the history
# Objective

The doc comment on `AssetActionMinimal` links to itself instead of
`AssetAction`

Co-authored-by: François Mockers <mockersf@gmail.com>
  • Loading branch information
Davier and mockersf committed Mar 11, 2024
1 parent 4073214 commit bc1073e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_asset/src/meta.rs
Expand Up @@ -96,7 +96,7 @@ pub struct AssetMetaMinimal {
pub asset: AssetActionMinimal,
}

/// This is a minimal counterpart to [`AssetAction`] that exists to speed up (or enable) serialization in cases where the whole [`AssetActionMinimal`]
/// This is a minimal counterpart to [`AssetAction`] that exists to speed up (or enable) serialization in cases where the whole [`AssetAction`]
/// isn't necessary.
#[derive(Serialize, Deserialize)]
pub enum AssetActionMinimal {
Expand Down

0 comments on commit bc1073e

Please sign in to comment.