diff options
author | Haoyu Qiu <timothyqiu32@gmail.com> | 2023-02-24 10:42:07 +0800 |
---|---|---|
committer | Haoyu Qiu <timothyqiu32@gmail.com> | 2023-02-24 10:42:44 +0800 |
commit | 43f62a588b7367e7f932269e06943319ed8209b7 (patch) | |
tree | b275540def14884315b4be622f9edfd8229420a9 /doc/classes/TileSet.xml | |
parent | e930c8d3838280e40baabc4426bd8236f7ac50a3 (diff) | |
download | redot-engine-43f62a588b7367e7f932269e06943319ed8209b7.tar.gz |
More class reference fixes
Mostly typos. Also renamed the remaining "Vulkan Clustered" to "Forward+".
Diffstat (limited to 'doc/classes/TileSet.xml')
-rw-r--r-- | doc/classes/TileSet.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/TileSet.xml b/doc/classes/TileSet.xml index a39a43be4c..ec2c7860d8 100644 --- a/doc/classes/TileSet.xml +++ b/doc/classes/TileSet.xml @@ -300,7 +300,7 @@ <param index="1" name="coords_from" type="Vector2i" /> <param index="2" name="alternative_from" type="int" /> <description> - Returns if there is and alternative-level proxy for the given identifiers. + Returns if there is an alternative-level proxy for the given identifiers. </description> </method> <method name="has_coords_level_tile_proxy"> |