Skip to content

Commit

Permalink
Fix the example using bad wording.
Browse files Browse the repository at this point in the history
  • Loading branch information
andriyDev committed Dec 11, 2024
1 parent 5081448 commit 7828700
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/asset/arc_asset.rs
Original file line number Diff line number Diff line change
@@ -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;

Expand Down

0 comments on commit 7828700

Please sign in to comment.