Skip to content

Commit e52e9c2

Browse files
committed
[번역] 리뷰 수정
1 parent 6b56f7e commit e52e9c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

1-js/06-advanced-functions/10-bind/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ funcUser(); // John
123123
*/!*
124124
```
125125

126-
여기서 `func.bind(user)``this=user`로 고정된 `func`의 '바인딩한 버전'이라고 생각하면 됩니다.
126+
여기서 `func.bind(user)``this=user`로 고정된 `func`의 '바인딩 버전'이라고 생각하면 됩니다.
127127

128128
인수는 원본 함수 `func`에 '그대로' 전달됩니다.
129129

0 commit comments

Comments
 (0)