Skip to content

Commit

Permalink
Remove rogue : from embedded_asset! docs (#10516)
Browse files Browse the repository at this point in the history
# Objective

- Fix a random typo I noticed in the docs of `embedded_asset`

## Solution

- fixed the typo
  • Loading branch information
SIGSTACKFAULT authored Nov 12, 2023
1 parent 0eeb8f9 commit 51180f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_asset/src/io/embedded/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ macro_rules! embedded_path {
/// ```
///
/// Some things to note in the path:
/// 1. The non-default `embedded:://` [`AssetSource`]
/// 1. The non-default `embedded://` [`AssetSource`]
/// 2. `src` is trimmed from the path
///
/// The default behavior also works for cargo workspaces. Pretend the `bevy_rock` crate now exists in a larger workspace in
Expand Down

0 comments on commit 51180f8

Please sign in to comment.