mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
DocData: Fix return type listed as "var" instead of "Variant"
This commit is contained in:
@@ -339,7 +339,7 @@
|
||||
<method name="format">
|
||||
<return type="String">
|
||||
</return>
|
||||
<argument index="0" name="values" type="var">
|
||||
<argument index="0" name="values" type="Variant">
|
||||
</argument>
|
||||
<argument index="1" name="placeholder" type="String" default="{_}">
|
||||
</argument>
|
||||
|
||||
Reference in New Issue
Block a user