From 121097db0a73963f3884a1ebe04c6705ce6815a6 Mon Sep 17 00:00:00 2001 From: Jesse Date: Thu, 14 Nov 2024 16:28:51 -0800 Subject: [PATCH] [DisplayServer] [docs] Improve readability of `get_screen_from_rect()` Co-authored-by: Micky <66727710+Mickeon@users.noreply.github.com> --- doc/classes/DisplayServer.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/DisplayServer.xml b/doc/classes/DisplayServer.xml index 57041a0e8c..e2a352de9a 100644 --- a/doc/classes/DisplayServer.xml +++ b/doc/classes/DisplayServer.xml @@ -237,7 +237,7 @@ - Returns index of screen that overlaps the most with the given rectangle. Returns [code]-1[/code] if the rectangle doesn't overlap any screen or has zero area. + Returns the index of the screen that overlaps the most with the given rectangle. Returns [code]-1[/code] if the rectangle doesn't overlap with any screen or has no area.