modifying doc strings
All checks were successful
Rust Checks / checks (push) Successful in 2m6s
Rust Checks / checks (pull_request) Successful in 2m30s

This commit is contained in:
Raphaël 2024-03-09 18:51:51 +01:00
parent 49fd625e97
commit 55616090d6

View file

@ -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<UiScale>,
windows: Query<&Window>,