Skip to content

Commit fa180c8

Browse files
committed
Fix the example using bad wording.
1 parent 9c777b1 commit fa180c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/asset/arc_asset.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
//! This example illustrates how to use assets in an async context (through locking).
1+
//! This example illustrates how to use assets in an async context (through cloning the underlying
2+
//! `Arc`).
23
34
use std::sync::Arc;
45

0 commit comments

Comments
 (0)