Przeglądaj źródła

Merge pull request #38492 from follower/patch-10

Fix suffix property doc typo: "prefix" -> "suffix"
Rémi Verschelde 5 lat temu
rodzic
commit
9a8136d868
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      doc/classes/SpinBox.xml

+ 1 - 1
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>