diff --git a/crates/bevy_asset/src/loader.rs b/crates/bevy_asset/src/loader.rs index 94ab97593dd28a..3a5bbc7d032aa9 100644 --- a/crates/bevy_asset/src/loader.rs +++ b/crates/bevy_asset/src/loader.rs @@ -412,7 +412,7 @@ impl<'a> LoadContext<'a> { &self.asset_path } - /// Gets the source asset path for this load context. + /// Reads the asset at the given path and returns its bytes pub async fn read_asset_bytes<'b, 'c>( &'b mut self, path: impl Into>,