mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 15:14:50 +00:00
Remove rogue : from embedded_asset! docs (#10516)
# Objective - Fix a random typo I noticed in the docs of `embedded_asset` ## Solution - fixed the typo
This commit is contained in:
parent
0eeb8f95fb
commit
51180f81a2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue