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:
parent
92f39354a3
commit
0305f2edc0
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user