We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c5e3ec commit 27ed3f9Copy full SHA for 27ed3f9
crates/bevy_ecs/src/system/system_param.rs
@@ -316,7 +316,7 @@ pub enum ValidationOutcome {
316
/// All system parameters were validated successfully and the system can be run.
317
Valid,
318
/// At least one system parameter failed validation, and an error must be handled.
319
- /// By default, this will result in1 a panic. See [crate::error] for more information.
+ /// By default, this will result in a panic. See [crate::error] for more information.
320
///
321
/// This is the default behavior, and is suitable for system params that should *always* be valid,
322
/// either because sensible fallback behavior exists (like [`Query`] or because
0 commit comments