Skip to content

Commit 3ed3ab4

Browse files
committed
Merge pull request BonsaiDen#221 from ethoreby/master
fixed typo
2 parents f7866a7 + 8532104 commit 3ed3ab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/function/closures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ above.
9797
}
9898

9999
There's yet another way to accomplish this by using `.bind`, which can bind
100-
a `this` context and arguments to function. It behaves identially to the code
100+
a `this` context and arguments to function. It behaves identically to the code
101101
above
102102

103103
for(var i = 0; i < 10; i++) {

0 commit comments

Comments
 (0)