Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aevyrie committed Feb 18, 2024
1 parent 72c912c commit 8cebb05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/debug.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand Down

0 comments on commit 8cebb05

Please sign in to comment.