Skip to content

Commit 2500a08

Browse files
authored
fix(docs): 6.2注释错误 (#287)
1 parent 79dcc9b commit 2500a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/oop/this.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ var func = function () {
687687

688688
var handler = function (){
689689
func.apply(obj);
690-
// 或者 f.call(obj);
690+
// 或者 func.call(obj);
691691
};
692692

693693
// jQuery 的写法

0 commit comments

Comments
 (0)