Skip to content

Commit

Permalink
Update multi_asset_sync.rs (#15816)
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
foxzool authored Oct 10, 2024
1 parent bd0c746 commit 0944499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/asset/multi_asset_sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ pub struct OneHundredThings([Handle<Gltf>; 100]);
///
/// For sync only the easiest implementation is
/// [`Arc<()>`] and use [`Arc::strong_count`] for completion.
/// [`Arc<Atomic*>`] is a more robust alternative.
/// [`Arc<Atomic>`] is a more robust alternative.
#[derive(Debug, Resource, Deref)]
pub struct AssetBarrier(Arc<AssetBarrierInner>);

Expand Down

0 comments on commit 0944499

Please sign in to comment.