1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Fix suffix property doc typo: "prefix" -> "suffix"

This commit is contained in:
follower
2020-05-06 05:00:12 +12:00
committed by GitHub
parent 4d50f747d5
commit ae067413a5

View File

@@ -45,7 +45,7 @@
Adds the specified [code]prefix[/code] string before the numerical value of the [SpinBox].
</member>
<member name="suffix" type="String" setter="set_suffix" getter="get_suffix" default="&quot;&quot;">
Adds the specified [code]prefix[/code] string after the numerical value of the [SpinBox].
Adds the specified [code]suffix[/code] string after the numerical value of the [SpinBox].
</member>
</members>
<constants>