From 73479cb56edc588a9c93178ecfd15318c2e37360 Mon Sep 17 00:00:00 2001 From: Pepito468 Date: Mon, 13 May 2024 21:19:54 +0200 Subject: [PATCH] Fixed a typo in the docs Fixed a typo in GridMap.xml where a 'See also' suggestion link to the wrong method. --- modules/gridmap/doc_classes/GridMap.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gridmap/doc_classes/GridMap.xml b/modules/gridmap/doc_classes/GridMap.xml index ef7276f493c1..cf13068efa7a 100644 --- a/modules/gridmap/doc_classes/GridMap.xml +++ b/modules/gridmap/doc_classes/GridMap.xml @@ -135,7 +135,7 @@ - Returns the position of a grid cell in the GridMap's local coordinate space. To convert the returned value into global coordinates, use [method Node3D.to_global]. See also [method map_to_local]. + Returns the position of a grid cell in the GridMap's local coordinate space. To convert the returned value into global coordinates, use [method Node3D.to_global]. See also [method local_to_map].