summaryrefslogtreecommitdiffhomepage
path: root/javascript.html.markdown
diff options
context:
space:
mode:
authorrlgreen91 <rlgreen91@gmail.com>2017-06-08 16:35:17 -0500
committerrlgreen91 <rlgreen91@gmail.com>2017-06-08 16:35:17 -0500
commit966886c6a9bd651679d6846f25d75666dfcbfb3c (patch)
tree256bc8d30b671fb8e5c2072372d3a3fda94b549c /javascript.html.markdown
parent0567c0776420429ed978781a8a9dce0f112d859f (diff)
Corrects typo in prototype section.
Diffstat (limited to 'javascript.html.markdown')
-rw-r--r--javascript.html.markdown2
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