Skip to content

Commit

Permalink
Use a doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsDoot committed Mar 10, 2023
1 parent 1395af1 commit 4714130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_ecs/src/world/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use thiserror::Error;

use crate::schedule::BoxedScheduleLabel;

/// The error type returned by `World::try_run_schedule` if the provided schedule does not exist.
/// The error type returned by [`World::try_run_schedule`] if the provided schedule does not exist.
#[derive(Error, Debug)]
#[error("The schedule with the label {0:?} was not found.")]
pub struct TryRunScheduleError(pub BoxedScheduleLabel);

0 comments on commit 4714130

Please sign in to comment.