diff --git a/src/dynamics/integrator/mod.rs b/src/dynamics/integrator/mod.rs index e6a7df6c..b6ce9e82 100644 --- a/src/dynamics/integrator/mod.rs +++ b/src/dynamics/integrator/mod.rs @@ -28,7 +28,7 @@ pub struct IntegratorPlugin { impl IntegratorPlugin { /// Creates a [`IntegratorPlugin`] with the schedule that is used for running the [`PhysicsSchedule`]. /// - /// The default schedule is `PostUpdate`. + /// The default schedule is [`SubstepSchedule`]. pub fn new(schedule: impl ScheduleLabel) -> Self { Self { schedule: schedule.intern(),