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:
Connor King 2023-11-12 09:51:35 -05:00 committed by GitHub
parent 0eeb8f95fb
commit 51180f81a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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