summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-05-14 12:07:06 +0200
committerRémi Verschelde <rverschelde@gmail.com>2024-05-14 12:07:06 +0200
commitd6eab9f5df4318e2c700b99aead3dd0ae55f97b1 (patch)
tree607f5fc2e694251a3654e8a50daccc841267931b
parentbdefe5399279ccc37d3f402215236a0ad9642b99 (diff)
parent73479cb56edc588a9c93178ecfd15318c2e37360 (diff)
downloadredot-engine-d6eab9f5df4318e2c700b99aead3dd0ae55f97b1.tar.gz
Merge pull request #91917 from Pepito468/fix-docs-typo
Fix a typo in the GridMap docs
-rw-r--r--modules/gridmap/doc_classes/GridMap.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gridmap/doc_classes/GridMap.xml b/modules/gridmap/doc_classes/GridMap.xml
index ef7276f493..cf13068efa 100644
--- a/modules/gridmap/doc_classes/GridMap.xml
+++ b/modules/gridmap/doc_classes/GridMap.xml
@@ -135,7 +135,7 @@
<return type="Vector3" />
<param index="0" name="map_position" type="Vector3i" />
<description>
- 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].
</description>
</method>
<method name="resource_changed" deprecated="Use [signal Resource.changed] instead.">