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 09e2457 commit 2a2bce4Copy full SHA for 2a2bce4
crates/bevy_ecs/src/schedule/system_descriptor.rs
@@ -98,7 +98,7 @@ impl IntoSystemDescriptor<()> for ExclusiveSystemCoerced {
98
/// See the methods on [`ParallelSystemDescriptor`] to set this for a given system.
99
///
100
/// The overall behavior is configured using the
101
-/// [`ReportExecutionOrderAmbiguities`](crate::schedule::ReportExecutionOrderAmbiguities) resource.
+/// [`ExecutionOrderAmbiguities`](crate::schedule::ExecutionOrderAmbiguities) resource.
102
pub enum AmbiguityDetection {
103
Check,
104
Ignore,
0 commit comments