Skip to content

Commit 27ed3f9

Browse files
Typo
Co-authored-by: Dmytro Banin <[email protected]>
1 parent 9c5e3ec commit 27ed3f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_ecs/src/system/system_param.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ pub enum ValidationOutcome {
316316
/// All system parameters were validated successfully and the system can be run.
317317
Valid,
318318
/// 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.
319+
/// By default, this will result in a panic. See [crate::error] for more information.
320320
///
321321
/// This is the default behavior, and is suitable for system params that should *always* be valid,
322322
/// either because sensible fallback behavior exists (like [`Query`] or because

0 commit comments

Comments
 (0)