浏览代码

clean up

Title translation may be over-translate. Just leave as is.
卢浩鹏 6 年之前
父节点
当前提交
aeb27bb320
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/api/zh/extras/Earcut.html

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

@@ -8,7 +8,7 @@
 		<link type="text/css" rel="stylesheet" href="page.css" />
 	</head>
 	<body>
-		<h1>耳切法([name]</h1>
+		<h1>[name]</h1>
 
 		<p class="desc">
 		切割多边形三角剖分算法的实现。这份代码是[link:https://github.com/mapbox/earcut mapbox/earcut]的一个端口。