Corrected incorrect doc comment on read_asset_bytes (#10352)

Fixes #10302 

## Solution

- Removed the incorrect comment.
This commit is contained in:
papow65 2023-11-03 22:01:05 +01:00 committed by GitHub
parent 1918608b02
commit 708569c91e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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<AssetPath<'c>>,