summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2020-05-06 07:24:55 +0200
committerGitHub <noreply@github.com>2020-05-06 07:24:55 +0200
commit9a8136d8686fd84767382b8d94cd9b0abc03f6d4 (patch)
treefabc7f4f60915bbefce0ed3520d3e37a4ee39f1f
parent4d50f747d5250e88cf2c35039af23eb3ac28aa4f (diff)
parentae067413a592b0c30c5cd99263de97c2f63c274d (diff)
Merge pull request #38492 from follower/patch-10
Fix suffix property doc typo: "prefix" -> "suffix"
-rw-r--r--doc/classes/SpinBox.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/SpinBox.xml b/doc/classes/SpinBox.xml
index c8ba8ab697..e674ceb57e 100644
--- a/doc/classes/SpinBox.xml
+++ b/doc/classes/SpinBox.xml
@@ -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>