Update multi_asset_sync.rs (#15816)

Typo
This commit is contained in:
ZoOL 2024-10-10 22:14:06 +08:00 committed by GitHub
parent bd0c74644f
commit 0944499f90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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>);