Skip to content

Commit a249e95

Browse files
committed
Fix small typo in example name (bevyengine#5217)
**This Commit** Renames "Scale Factor Iverride" to "Scale Factor Override". **Why?** I imagine the current name is a typo.
1 parent faa40bf commit a249e95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1435,7 +1435,7 @@ name = "scale_factor_override"
14351435
path = "examples/window/scale_factor_override.rs"
14361436

14371437
[package.metadata.example.scale_factor_override]
1438-
name = "Scale Factor Iverride"
1438+
name = "Scale Factor Override"
14391439
description = "Illustrates how to customize the default window settings"
14401440
category = "Window"
14411441
wasm = true

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ Example | Description
317317
[Clear Color](../examples/window/clear_color.rs) | Creates a solid color window
318318
[Low Power](../examples/window/low_power.rs) | Demonstrates settings to reduce power use for bevy applications
319319
[Multiple Windows](../examples/window/multiple_windows.rs) | Demonstrates creating multiple windows, and rendering to them
320-
[Scale Factor Iverride](../examples/window/scale_factor_override.rs) | Illustrates how to customize the default window settings
320+
[Scale Factor Override](../examples/window/scale_factor_override.rs) | Illustrates how to customize the default window settings
321321
[Transparent Window](../examples/window/transparent_window.rs) | Illustrates making the window transparent and hiding the window decoration
322322
[Window Settings](../examples/window/window_settings.rs) | Demonstrates customizing default window settings
323323

0 commit comments

Comments
 (0)