diff options
Diffstat (limited to 'files')
-rw-r--r-- | files/zh-cn/web/api/canvasrenderingcontext2d/ispointinpath/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/canvasrenderingcontext2d/ispointinpath/index.html b/files/zh-cn/web/api/canvasrenderingcontext2d/ispointinpath/index.html index aa8ad34a6e..3bbe842e75 100644 --- a/files/zh-cn/web/api/canvasrenderingcontext2d/ispointinpath/index.html +++ b/files/zh-cn/web/api/canvasrenderingcontext2d/ispointinpath/index.html @@ -46,7 +46,7 @@ boolean <var><em>ctx</em>.isPointInPath(path, x, y, fillRule);</var></var></var> <h3 id="使用_isPointInPath_方法">使用 <code>isPointInPath</code> 方法</h3> -<p>这是一段简单的代码片段,使用 <code>isPointinPath</code> 方法检查某点是否在当前的路径内。</p> +<p>这是一段简单的代码片段,使用 <code>isPointInPath</code> 方法检查某点是否在当前的路径内。</p> <h4 id="HTML">HTML</h4> |