Skip to content

Commit af4dcc5

Browse files
ecoskeychescock
andauthored
Update builder.rs
Co-authored-by: Chris Russell <[email protected]>
1 parent db54e66 commit af4dcc5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

crates/bevy_ecs/src/system/builder.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -308,9 +308,9 @@ where
308308
func: Func,
309309
meta: SystemMeta,
310310
},
311-
// This only exists as a variant to use with `mem::replace` in `initialize`.
312-
// If this state is ever observed outside `initialize`, then a `panic!`
313-
// interrupted initialization, leaving this system in an invalid state.
311+
/// This only exists as a variant to use with `mem::replace` in `initialize`.
312+
/// If this state is ever observed outside `initialize`, then a `panic!`
313+
/// interrupted initialization, leaving this system in an invalid state.
314314
Invalid,
315315
}
316316

0 commit comments

Comments
 (0)