From 6308f4374f8e1464b7d46f1d08cf4aa4aae4a9bb Mon Sep 17 00:00:00 2001
From: RoniPerson <67514656+RoniPerson@users.noreply.github.com>
Date: Sat, 17 Apr 2021 15:20:49 +0200
Subject: [PATCH] changed description of `merge_polygons`
Clarified that the `merge_polygons` method can produce multiple holes.
(cherry picked from commit 8f01c261f27e1f869fa769f442801fe389e56ecd)
---
doc/classes/Geometry.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/classes/Geometry.xml b/doc/classes/Geometry.xml
index bd1901fb654..6dc91436b65 100644
--- a/doc/classes/Geometry.xml
+++ b/doc/classes/Geometry.xml
@@ -286,7 +286,7 @@
Merges (combines) [code]polygon_a[/code] and [code]polygon_b[/code] and returns an array of merged polygons. This performs [constant OPERATION_UNION] between polygons.
- The operation may result in an outer polygon (boundary) and inner polygon (hole) produced which could be distinguished by calling [method is_polygon_clockwise].
+ The operation may result in an outer polygon (boundary) and multiple inner polygons (holes) produced which could be distinguished by calling [method is_polygon_clockwise].