diff --git a/doc/classes/Rect2i.xml b/doc/classes/Rect2i.xml
index 59097841356..e17802b41ad 100644
--- a/doc/classes/Rect2i.xml
+++ b/doc/classes/Rect2i.xml
@@ -152,7 +152,6 @@
Returns [code]true[/code] if the [Rect2i] overlaps with [code]b[/code] (i.e. they have at least one point in common).
- If [code]include_borders[/code] is [code]true[/code], they will also be considered overlapping if their borders touch, even without intersection.