diff options
author | Yuri Sizov <yuris@humnom.net> | 2023-02-17 17:30:22 +0100 |
---|---|---|
committer | Yuri Sizov <yuris@humnom.net> | 2023-02-17 17:31:19 +0100 |
commit | dd5acde28505dca0053ea61f8248d357b3175b33 (patch) | |
tree | b852d860b9e8420597b6741567bbe7e3266ee2c9 /doc/classes/AStar2D.xml | |
parent | f84479fe5a0a3c34c1d0217527ae08dd24543243 (diff) | |
download | redot-engine-dd5acde28505dca0053ea61f8248d357b3175b33.tar.gz |
Remove extra spaces and correct crosslinks in some documentation
Diffstat (limited to 'doc/classes/AStar2D.xml')
-rw-r--r-- | doc/classes/AStar2D.xml | 2 |
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"> |