Browse Source

Doc: Fix typos spotted by @yurchor

Rémi Verschelde 7 years ago
parent
commit
9c56a16d61
3 changed files with 3 additions and 3 deletions
  1. 1 1
      doc/classes/ConfigFile.xml
  2. 1 1
      doc/classes/PrismMesh.xml
  3. 1 1
      doc/classes/SpriteFrames.xml

+ 1 - 1
doc/classes/ConfigFile.xml

@@ -117,7 +117,7 @@
 			<argument index="2" name="value" type="Variant">
 			<argument index="2" name="value" type="Variant">
 			</argument>
 			</argument>
 			<description>
 			<description>
-				Assigns a value to the specified key of the the specified section. If the section and/or the key do not exist, they are created. Passing a [code]null[/code] value deletes the specified key if it exists, and deletes the section if it ends up empty once the key has been removed.
+				Assigns a value to the specified key of the specified section. If the section and/or the key do not exist, they are created. Passing a [code]null[/code] value deletes the specified key if it exists, and deletes the section if it ends up empty once the key has been removed.
 			</description>
 			</description>
 		</method>
 		</method>
 	</methods>
 	</methods>

+ 1 - 1
doc/classes/PrismMesh.xml

@@ -14,7 +14,7 @@
 	</methods>
 	</methods>
 	<members>
 	<members>
 		<member name="left_to_right" type="float" setter="set_left_to_right" getter="get_left_to_right">
 		<member name="left_to_right" type="float" setter="set_left_to_right" getter="get_left_to_right">
-			Displacement of of the upper edge along the x-axis. 0.0 positions edge straight above the bottome left edge. Defaults to 0.5 (positioned on the midpoint).
+			Displacement of the upper edge along the x-axis. 0.0 positions edge straight above the bottome left edge. Defaults to 0.5 (positioned on the midpoint).
 		</member>
 		</member>
 		<member name="size" type="Vector3" setter="set_size" getter="get_size">
 		<member name="size" type="Vector3" setter="set_size" getter="get_size">
 			Size of the prism. Defaults to (2.0, 2.0, 2.0).
 			Size of the prism. Defaults to (2.0, 2.0, 2.0).

+ 1 - 1
doc/classes/SpriteFrames.xml

@@ -17,7 +17,7 @@
 			<argument index="0" name="anim" type="String">
 			<argument index="0" name="anim" type="String">
 			</argument>
 			</argument>
 			<description>
 			<description>
-				Adds a new animation to the the library.
+				Adds a new animation to the library.
 			</description>
 			</description>
 		</method>
 		</method>
 		<method name="add_frame">
 		<method name="add_frame">