Skip to content

Commit db9c98c

Browse files
committed
fix doc
1 parent c5a733d commit db9c98c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_dev_tools/src/fps_overlay.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ use bevy_ui::node_bundles::TextBundle;
1515
/// A plugin that adds an FPS overlay to the Bevy application.
1616
/// Warning: This plugin will add [`FrameTimeDiagnosticsPlugin`] if it wasn't added before.
1717
///
18-
/// Note: It is recommended to use native overlay of the rendering APi when possible. You can do
18+
/// Note: It is recommended to use native overlay of the rendering `API` when possible. You can do
1919
/// this by:
2020
/// - **Metal**: setting env variable `MTL_HUD_ENABLED=1`
2121
pub struct FpsOverlayPlugin {

0 commit comments

Comments
 (0)