diff --git a/examples/asset/arc_asset.rs b/examples/asset/arc_asset.rs index d19feb3aee3b6..1ce360c664c73 100644 --- a/examples/asset/arc_asset.rs +++ b/examples/asset/arc_asset.rs @@ -1,4 +1,5 @@ -//! This example illustrates how to use assets in an async context (through locking). +//! This example illustrates how to use assets in an async context (through cloning the underlying +//! `Arc`). use std::sync::Arc;