Browse Source

Fix "replace" > "replaced" spelling in Vector* docs.

Pontus Persson 10 years ago
parent
commit
9890df731f
3 changed files with 5 additions and 5 deletions
  1. 2 2
      docs/api/math/Vector2.html
  2. 2 2
      docs/api/math/Vector3.html
  3. 1 1
      docs/api/math/Vector4.html

+ 2 - 2
docs/api/math/Vector2.html

@@ -152,7 +152,7 @@
 		max -- [page:Vector2] containing the max x and y values in the desired range
 		</div>
 		<div>
-		If this vector's x or y value is greater than the max vector's x or y value, it is replaced by the corresponding value. <br />	If this vector's x or y value is less than the min vector's x or y value, it is replace by the corresponding value.
+		If this vector's x or y value is greater than the max vector's x or y value, it is replaced by the corresponding value. <br />	If this vector's x or y value is less than the min vector's x or y value, it is replaced by the corresponding value.
 		</div>
 
 		<h3>[method:Vector2 clampScalar]([page:Float min], [page:Float max]) [page:Vector2 this]</h3>
@@ -161,7 +161,7 @@
 		max -- [page:Float] the maximum value the components will be clamped to
 		</div>
 		<div>
-		If this vector's x or y values are greater than the max value, they are replaced by the max value. <br />  If this vector's x or y values are less than the min value, they are replace by the min value.
+		If this vector's x or y values are greater than the max value, they are replaced by the max value. <br />  If this vector's x or y values are less than the min value, they are replaced by the min value.
 		</div>
 
 		<h3>[method:Vector2 floor]()</h3>

+ 2 - 2
docs/api/math/Vector3.html

@@ -193,7 +193,7 @@
 		</div>
 		<div>
 		If this vector's x, y or z value is greater than the max vector's x, y or z value, it is replaced by the corresponding value. <br /><br />
-		If this vector's x, y or z value is less than the min vector's x, y or z value, it is replace by the corresponding value.
+		If this vector's x, y or z value is less than the min vector's x, y or z value, it is replaced by the corresponding value.
 		</div>
 
 		<h3>[method:Vector3 clampScalar]([page:Float min], [page:Float max]) [page:Vector3 this]</h3>
@@ -202,7 +202,7 @@
 		max -- [page:Float] the maximum value the components will be clamped to
 		</div>
 		<div>
-		If this vector's x, y or z values are greater than the max value, they are replaced by the max value. <br />  If this vector's x, y or z values are less than the min value, they are replace by the min value.
+		If this vector's x, y or z values are greater than the max value, they are replaced by the max value. <br />  If this vector's x, y or z values are less than the min value, they are replaced by the min value.
 		</div>
 
 		<h3>[method:Vector3 floor]()</h3>

+ 1 - 1
docs/api/math/Vector4.html

@@ -148,7 +148,7 @@
 		</div>
 		<div>
 		If this vector's x, y, z or w values are greater than the max value, they are replaced by the max value. <br />
-		If this vector's x, y, z or w values are less than the min value, they are replace by the min value.
+		If this vector's x, y, z or w values are less than the min value, they are replaced by the min value.
 		</div>
 
 		<h3>[method:Vector4 floor]()</h3>