From 084679a4ea1ef2ce173ccc256e91d20406b9998d Mon Sep 17 00:00:00 2001 From: Talin Date: Wed, 11 Oct 2023 23:33:38 -0700 Subject: [PATCH] Doc fix. --- crates/bevy_asset/src/path.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bevy_asset/src/path.rs b/crates/bevy_asset/src/path.rs index 4f6e4589fa53b7..6801cc67fbfc32 100644 --- a/crates/bevy_asset/src/path.rs +++ b/crates/bevy_asset/src/path.rs @@ -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 "/.." are removed. + /// * Path elements consisting of "/." or "<name>/.." 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