diff options
| author | Damaso Sanoja <narsil.dev@gmail.com> | 2015-10-17 08:35:18 -0430 | 
|---|---|---|
| committer | Damaso Sanoja <narsil.dev@gmail.com> | 2015-10-17 08:35:18 -0430 | 
| commit | 172797939be42567d1e554c448eee1074238dbee (patch) | |
| tree | ee71847dd94e5f75f648406e89a60ad744eb95af /javascript.html.markdown | |
| parent | 86544181686161ad39dd9f7dd626347816d77b84 (diff) | |
| parent | de3cbda46276cd820cba13c645136f2b53ba3d3a (diff) | |
Merge branch 'master' of github.com:damasosanoja/learnxinyminutes-docs into Spanish-Branch
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 6ea0b0bb..34ba9b47 100644 --- a/javascript.html.markdown +++ b/javascript.html.markdown @@ -413,7 +413,7 @@ var doubler = product.bind(this, 2);  doubler(8); // = 16  // When you call a function with the `new` keyword, a new object is created, and -// made available to the function via the this keyword. Functions designed to be +// made available to the function via the `this` keyword. Functions designed to be  // called like that are called constructors.  var MyConstructor = function(){ | 
