Skip to content

Commit 39fc627

Browse files
hoyun293Violet-Bora-Lee
authored andcommitted
[오번역수정] Part 1 - 6.9 call/apply와 데코레이터, 포워딩
1 parent 4d34ea2 commit 39fc627

File tree

1 file changed

+1
-1
lines changed
  • 1-js/06-advanced-functions/09-call-apply-decorators

1 file changed

+1
-1
lines changed

Diff for: 1-js/06-advanced-functions/09-call-apply-decorators/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ let wrapper = function() {
324324
};
325325
```
326326

327-
이런 식으로 외부에서 `wrapper`를 호출하면, 기존 함수인 `func`를 호출하는 것과 명확하게 구분할 수 있습니다.
327+
이런 식으로 외부에서 `wrapper`를 호출하면, 기존 함수인 `func`를 호출하는 것과 명확하게 구분할 수 없습니다.
328328

329329
## 메서드 빌리기 [#method-borrowing]
330330

0 commit comments

Comments
 (0)