diff options
Diffstat (limited to 'javascript.html.markdown')
| -rw-r--r-- | javascript.html.markdown | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/javascript.html.markdown b/javascript.html.markdown index 08f1d8fb..4e7c5c09 100644 --- a/javascript.html.markdown +++ b/javascript.html.markdown @@ -405,7 +405,7 @@ myObj = {  };  myObj.myFunc(); // = "Hello world!" -// What this is set to has to do with how the function is called, not where +// What `this` is set to has to do with how the function is called, not where  // it's defined. So, our function doesn't work if it isn't called in the  // context of the object.  var myFunc = myObj.myFunc; | 
