浏览代码

Merge pull request #38492 from follower/patch-10

Fix suffix property doc typo: "prefix" -> "suffix"
Rémi Verschelde 5 年之前
父节点
当前提交
9a8136d868
共有 1 个文件被更改,包括 1 次插入1 次删除
  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].
 			Adds the specified [code]prefix[/code] string before the numerical value of the [SpinBox].
 		</member>
 		</member>
 		<member name="suffix" type="String" setter="set_suffix" getter="get_suffix" default="&quot;&quot;">
 		<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>
 		</member>
 	</members>
 	</members>
 	<constants>
 	<constants>