From 55616090d6467b8f08b3c1486d09029b7ec3fcb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl?= Date: Sat, 9 Mar 2024 18:51:51 +0100 Subject: [PATCH] modifying doc strings --- crates/border-wars/src/responsive_scale.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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>,