diff options
author | Adam Bard <github@adambard.com> | 2017-06-09 15:48:01 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-09 15:48:01 -0700 |
commit | d2e85e0acdf87c2c357c13449615a8e8f98f9a4d (patch) | |
tree | 4989deae9efae970d9adf9433ea6e205a15160d8 /javascript.html.markdown | |
parent | e6d72fd17d0c428839ccca5775685c36b1ac6eba (diff) | |
parent | 966886c6a9bd651679d6846f25d75666dfcbfb3c (diff) |
Merge pull request #2752 from rlgreen91/fix_js_en_typo
[Javascript/en]Corrects typo in prototype section.
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 a85a7872..85c8a52d 100644 --- a/javascript.html.markdown +++ b/javascript.html.markdown @@ -481,7 +481,7 @@ for (var x in myObj){ } ///prints: // Hello world! -// 42 +// 43 // [Function: myFunc] // To only consider properties attached to the object itself |