浏览代码

Merge pull request #14370 from imonti/patch-1

Correction in ShapeUtils documentation
Mr.doob 7 年之前
父节点
当前提交
5c2a0483f3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/api/extras/ShapeUtils.html

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

@@ -39,7 +39,7 @@
 		[page:ExtrudeGeometry ExtrudeGeometry] and [page:ShapeGeometry ShapeGeometry].
 		</p>
 
-		<h3>[method:null triangulateShape]( contour, holes )</h3>
+		<h3>[method:Array triangulateShape]( contour, holes )</h3>
 		<p>
 		contour -- 2D polygon.<br />
 		holes -- array of holes<br /><br />