diff --git a/crates/border-wars/src/responsive_scale.rs b/crates/border-wars/src/responsive_scale.rs index 83c2c52..dbca623 100644 --- a/crates/border-wars/src/responsive_scale.rs +++ b/crates/border-wars/src/responsive_scale.rs @@ -22,7 +22,7 @@ pub fn init_window_size(mut command: Commands) { } /// Calculates the ui_scale.0 depending on the [UILayoutSize] -/// in order to make the screen responsive. +/// in order to make the ui layout responsive. pub fn change_scaling( mut ui_scale: ResMut, windows: Query<&Window>,