Browse Source

Merge pull request #18458 from Mugen87/dev32

Docs: Fix ShapeUtils.isClockWise().
Michael Herzog 5 years ago
parent
commit
1f86315a26
2 changed files with 2 additions and 2 deletions
  1. 1 1
      docs/api/en/extras/ShapeUtils.html
  2. 1 1
      docs/api/zh/extras/ShapeUtils.html

+ 1 - 1
docs/api/en/extras/ShapeUtils.html

@@ -28,7 +28,7 @@
 
 
 		</p>
 		</p>
 
 
-		<h3>[method:Boolean isClockwise]( pts )</h3>
+		<h3>[method:Boolean isClockWise]( pts )</h3>
 		<p>
 		<p>
 		pts -- points defining a 2D polygon<br /><br />
 		pts -- points defining a 2D polygon<br /><br />
 
 

+ 1 - 1
docs/api/zh/extras/ShapeUtils.html

@@ -27,7 +27,7 @@
 
 
 		</p>
 		</p>
 
 
-		<h3>[method:Boolean isClockwise]( pts )</h3>
+		<h3>[method:Boolean isClockWise]( pts )</h3>
 		<p>
 		<p>
 		pts -- 定义2D多边形的点<br /><br />
 		pts -- 定义2D多边形的点<br /><br />