Skip to content

Commit bc1073e

Browse files
Daviermockersf
andauthored
Fix doc comment on AssetActionMinimal (#11105)
# Objective The doc comment on `AssetActionMinimal` links to itself instead of `AssetAction` Co-authored-by: François Mockers <[email protected]>
1 parent 4073214 commit bc1073e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_asset/src/meta.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ pub struct AssetMetaMinimal {
9696
pub asset: AssetActionMinimal,
9797
}
9898

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

0 commit comments

Comments
 (0)