Skip to content

Commit

Permalink
Fix doc links
Browse files Browse the repository at this point in the history
  • Loading branch information
alice-i-cecile committed Mar 31, 2022
1 parent 09e2457 commit 2a2bce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_ecs/src/schedule/system_descriptor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ impl IntoSystemDescriptor<()> for ExclusiveSystemCoerced {
/// See the methods on [`ParallelSystemDescriptor`] to set this for a given system.
///
/// The overall behavior is configured using the
/// [`ReportExecutionOrderAmbiguities`](crate::schedule::ReportExecutionOrderAmbiguities) resource.
/// [`ExecutionOrderAmbiguities`](crate::schedule::ExecutionOrderAmbiguities) resource.
pub enum AmbiguityDetection {
Check,
Ignore,
Expand Down

0 comments on commit 2a2bce4

Please sign in to comment.