Merge pull request #38492 from follower/patch-10

Fix suffix property doc typo: "prefix" -> "suffix"
This commit is contained in:
Rémi Verschelde 2020-05-06 07:24:55 +02:00 committed by GitHub
commit 9a8136d868
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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>