diff --git a/src/debug.rs b/src/debug.rs index ab6447f..51204c1 100644 --- a/src/debug.rs +++ b/src/debug.rs @@ -18,10 +18,10 @@ impl Plugin for DiagnosticsPlugin { } impl DiagnosticsPlugin { - /// [`DiagnosticId`] for the frametime + /// [`DiagnosticPath`] for the frametime pub const FRAMEPACE_FRAMETIME: DiagnosticPath = DiagnosticPath::const_new("framepace/frametime"); - /// [`DiagnosticId`] for failures to meet frame time target + /// [`DiagnosticPath`] for failures to meet frame time target pub const FRAMEPACE_OVERSLEEP: DiagnosticPath = DiagnosticPath::const_new("framepace/oversleep");