summaryrefslogtreecommitdiff
path: root/doc/classes/AStar2D.xml
diff options
context:
space:
mode:
authorYuri Sizov <11782833+YuriSizov@users.noreply.github.com>2023-02-17 20:04:58 +0300
committerGitHub <noreply@github.com>2023-02-17 20:04:58 +0300
commite57aeb49e94a77d9220817709ea198800eac9b5f (patch)
tree1cd2d3f8782877597ba70c70f6904a7a8237bbd4 /doc/classes/AStar2D.xml
parentc6b5b7d40d0c2eef16fcad4cb974929d274ec5db (diff)
parentdd5acde28505dca0053ea61f8248d357b3175b33 (diff)
Merge pull request #73507 from YuriSizov/docs-are-neat
Remove extra spaces and correct crosslinks in some documentation
Diffstat (limited to 'doc/classes/AStar2D.xml')
-rw-r--r--doc/classes/AStar2D.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/AStar2D.xml b/doc/classes/AStar2D.xml
index 2414b068e6..d80d784366 100644
--- a/doc/classes/AStar2D.xml
+++ b/doc/classes/AStar2D.xml
@@ -175,7 +175,7 @@
<method name="get_point_capacity" qualifiers="const">
<return type="int" />
<description>
- Returns the capacity of the structure backing the points, useful in conjunction with [code]reserve_space[/code].
+ Returns the capacity of the structure backing the points, useful in conjunction with [method reserve_space].
</description>
</method>
<method name="get_point_connections">