diff options
Diffstat (limited to 'files')
-rw-r--r-- | files/ko/web/javascript/reference/global_objects/asyncfunction/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ko/web/javascript/reference/global_objects/asyncfunction/index.html b/files/ko/web/javascript/reference/global_objects/asyncfunction/index.html index ac428a9ace..dae782e412 100644 --- a/files/ko/web/javascript/reference/global_objects/asyncfunction/index.html +++ b/files/ko/web/javascript/reference/global_objects/asyncfunction/index.html @@ -58,7 +58,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/AsyncFunction <h2 id="AsyncFunction_인스턴스"><code>AsyncFunction 인스턴스</code></h2> -<p><code>AsyncFunction</code> 인스턴스는 <code>AsyncFunction.prototype</code> 에서ㅜ메소드와 속성을 상속받는다.</p> +<p><code>AsyncFunction</code> 인스턴스는 <code>AsyncFunction.prototype</code> 에서 메소드와 속성을 상속받는다.</p> <p>여느 생성자에서와 같이 모든 <code>AsyncFunction</code> 인스턴스들을 수정할 수 있도록 생성자의 <code>prototype</code> 객체를 수정할 수 있다.</p> |