Skip to content

Commit 666edda

Browse files
committed
Merge pull request BonsaiDen#116 from szTheory/patch-1
grammar
2 parents 34c3271 + be27b01 commit 666edda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/function/this.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ When using the `call` or `apply` methods of `Function.prototype`, the value of
4646
`this` inside the called function gets **explicitly set** to the first argument
4747
of the corresponding function call.
4848

49-
As a result, the above example the *method case* does **not** apply, and `this`
49+
As a result, in the above example the *method case* does **not** apply, and `this`
5050
inside of `foo` will be set to `bar`.
5151

5252
> **Note:** `this` **cannot** be used to refer to the object inside of an `Object`

0 commit comments

Comments
 (0)