Преглед на файлове

Fix suffix property doc typo: "prefix" -> "suffix"

follower преди 5 години
родител
ревизия
ae067413a5
променени са 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>