Skip to content

Commit bf38e6f

Browse files
committed
Fix stale comment on LoadContext::finish.
1 parent 6178ce9 commit bf38e6f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

crates/bevy_asset/src/loader.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -443,8 +443,7 @@ impl<'a> LoadContext<'a> {
443443
!self.asset_server.get_handles_untyped(&path).is_empty()
444444
}
445445

446-
/// "Finishes" this context by populating the final [`Asset`] value (and the erased [`AssetMeta`] value, if it exists).
447-
/// The relevant asset metadata collected in this context will be stored in the returned [`LoadedAsset`].
446+
/// "Finishes" this context by populating the final [`Asset`] value.
448447
pub fn finish<A: Asset>(self, value: A) -> LoadedAsset<A> {
449448
LoadedAsset {
450449
value,

0 commit comments

Comments
 (0)