Skip to content

Commit

Permalink
Fix doc comment (#15673)
Browse files Browse the repository at this point in the history
# Objective

I noticed a weird break in a doc comment, I assume it must be a typo.

## Solution

Put the missing doc comment in there.

## Testing

It looks better in my IDE now
  • Loading branch information
tom-frantz authored Oct 6, 2024
1 parent 92f3935 commit 0305f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_asset/src/loader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ impl<'a> LoadContext<'a> {
/// (i.to_string(), labeled.finish(Image::default(), None))
/// }));
/// }

///
/// for handle in handles {
/// let (label, loaded_asset) = handle.join().unwrap();
/// load_context.add_loaded_labeled_asset(label, loaded_asset);
Expand Down

0 comments on commit 0305f2e

Please sign in to comment.