Fix doc comment (#15673)

# 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
This commit is contained in:
Tom Frantz 2024-10-06 19:12:58 +11:00 committed by GitHub
parent 92f39354a3
commit 0305f2edc0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);