Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
matiqo15 committed Mar 9, 2024
1 parent c5a733d commit db9c98c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_dev_tools/src/fps_overlay.rs
Expand Up @@ -15,7 +15,7 @@ use bevy_ui::node_bundles::TextBundle;
/// A plugin that adds an FPS overlay to the Bevy application.
/// Warning: This plugin will add [`FrameTimeDiagnosticsPlugin`] if it wasn't added before.
///
/// Note: It is recommended to use native overlay of the rendering APi when possible. You can do
/// Note: It is recommended to use native overlay of the rendering `API` when possible. You can do
/// this by:
/// - **Metal**: setting env variable `MTL_HUD_ENABLED=1`
pub struct FpsOverlayPlugin {
Expand Down

0 comments on commit db9c98c

Please sign in to comment.