Skip to content

Commit 2a2bce4

Browse files
Fix doc links
1 parent 09e2457 commit 2a2bce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_ecs/src/schedule/system_descriptor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ impl IntoSystemDescriptor<()> for ExclusiveSystemCoerced {
9898
/// See the methods on [`ParallelSystemDescriptor`] to set this for a given system.
9999
///
100100
/// The overall behavior is configured using the
101-
/// [`ReportExecutionOrderAmbiguities`](crate::schedule::ReportExecutionOrderAmbiguities) resource.
101+
/// [`ExecutionOrderAmbiguities`](crate::schedule::ExecutionOrderAmbiguities) resource.
102102
pub enum AmbiguityDetection {
103103
Check,
104104
Ignore,

0 commit comments

Comments
 (0)