Fix the example using bad wording.

This commit is contained in:
andriyDev 2024-11-01 12:29:36 -07:00
parent 9c777b138f
commit fa180c808a

View file

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