Skip to content

Commit

Permalink
Doc fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
viridia committed Oct 12, 2023
1 parent 5fcb24f commit 084679a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_asset/src/path.rs
Expand Up @@ -168,7 +168,7 @@ impl<'a> AssetPath<'a> {
///
/// * Any characters after the final '/' in the base path are removed.
/// * The base path and the `path` argument are concatenated.
/// * Path elements consisting of "/." or "<name>/.." are removed.
/// * Path elements consisting of "/." or "&lt;name&gt;/.." are removed.
///
/// In other words, the relative path is resolved relative to the *directory* of the base
/// path, not the file. So a base path of `"x/y/z#foo"` combined with a relative path of
Expand Down

0 comments on commit 084679a

Please sign in to comment.