mirror of
https://github.com/bevyengine/bevy
synced 2024-11-23 13:13:49 +00:00
Fix the example using bad wording.
This commit is contained in:
parent
9c777b138f
commit
fa180c808a
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue