From 90f9f01a2f03714ef26667b34541ca9411e5516f Mon Sep 17 00:00:00 2001 From: follower Date: Wed, 6 May 2020 05:00:12 +1200 Subject: [PATCH] Fix suffix property doc typo: "prefix" -> "suffix" (cherry picked from commit ae067413a592b0c30c5cd99263de97c2f63c274d) --- doc/classes/SpinBox.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/SpinBox.xml b/doc/classes/SpinBox.xml index 8411cd6ba9d..60021a8aaf1 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]. - 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].