From 9890df731f0aea65299c0b31d93f727925537ac8 Mon Sep 17 00:00:00 2001 From: Pontus Persson Date: Wed, 29 Jul 2015 14:05:30 +0200 Subject: [PATCH] Fix "replace" > "replaced" spelling in Vector* docs. --- docs/api/math/Vector2.html | 4 ++-- docs/api/math/Vector3.html | 4 ++-- docs/api/math/Vector4.html | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/api/math/Vector2.html b/docs/api/math/Vector2.html index 54a5ebf58d..c8dd758471 100644 --- a/docs/api/math/Vector2.html +++ b/docs/api/math/Vector2.html @@ -152,7 +152,7 @@ max -- [page:Vector2] containing the max x and y values in the desired range
- 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.
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.
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.

[method:Vector2 clampScalar]([page:Float min], [page:Float max]) [page:Vector2 this]

@@ -161,7 +161,7 @@ max -- [page:Float] the maximum value the components will be clamped to
- If this vector's x or y values are greater than the max value, they are replaced by the max value.
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.
If this vector's x or y values are less than the min value, they are replaced by the min value.

[method:Vector2 floor]()

diff --git a/docs/api/math/Vector3.html b/docs/api/math/Vector3.html index 38306c0df5..92adc525b2 100644 --- a/docs/api/math/Vector3.html +++ b/docs/api/math/Vector3.html @@ -193,7 +193,7 @@
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.

- 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.

[method:Vector3 clampScalar]([page:Float min], [page:Float max]) [page:Vector3 this]

@@ -202,7 +202,7 @@ max -- [page:Float] the maximum value the components will be clamped to
- If this vector's x, y or z values are greater than the max value, they are replaced by the max value.
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.
If this vector's x, y or z values are less than the min value, they are replaced by the min value.

[method:Vector3 floor]()

diff --git a/docs/api/math/Vector4.html b/docs/api/math/Vector4.html index db536eb420..0126ba5fa1 100644 --- a/docs/api/math/Vector4.html +++ b/docs/api/math/Vector4.html @@ -148,7 +148,7 @@
If this vector's x, y, z or w values are greater than the max value, they are replaced by the max value.
- 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.

[method:Vector4 floor]()

-- GitLab