2
0
Эх сурвалжийг харах

Merge pull request #11300 from paulmasson/patch-1

Typos
Mr.doob 8 жил өмнө
parent
commit
de0a5c175a

+ 6 - 6
docs/api/extras/ShapeUtils.html

@@ -11,10 +11,10 @@
 		<h1>[name]</h1>
 
 		<div class="desc">
-		A class containing utility functions for shapes.<br />
+		A class containing utility functions for shapes.<br /><br />
 
-		Note that these are all linear functions so it is neccessary to calculate seperately for
-		x, y (an z, w if present) components of a vector.
+		Note that these are all linear functions so it is neccessary to calculate separately for
+		x, y (and z, w if present) components of a vector.
 		</div>
 
 
@@ -33,7 +33,7 @@
 		t -- number<br />
 		p0, p1, p2 -- x, y, z or w components of a quadratic bezier curve.<br /><br />
 
-		Note that this is a linear function so it is neccessary to calculate seperately for
+		Note that this is a linear function so it is neccessary to calculate separately for
 		x, y (and z for 3D curves) components of a curve.<br /><br />
 
 		Used internally by [page:QuadraticBezierCurve QuadraticBezierCurve],
@@ -45,7 +45,7 @@
 		t -- number. <br />
 		p0, p1, p2, p3 -- x, y or z components of a cubic bezier curve..<br /><br />
 
-		Note that this is a linear function so it is neccessary to calculate seperately for
+		Note that this is a linear function so it is neccessary to calculate separately for
 		x, y (and z for 3D curves) components of a curve.<br /><br />
 
 		Used internally by [page:CubicBezierCurve CubicBezierCurve],
@@ -56,7 +56,7 @@
 		<div>
 		pts -- points defining a 2D polygon<br /><br />
 
-		Note that this is a linear function so it is neccessary to calculate seperately for
+		Note that this is a linear function so it is neccessary to calculate separately for
 		x, y  components of a polygon.<br /><br />
 
 		Used internally by [page:Path Path],