From 8d0817e8644f57cde711fbbf90d23fdbe23c56a2 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 26 Sep 2014 02:13:05 +0400 Subject: [PATCH] fixed minor typo... Signed-off-by: Alex A. Naanou --- js-oop.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js-oop.js b/js-oop.js index 5742a0e..452363b 100755 --- a/js-oop.js +++ b/js-oop.js @@ -423,7 +423,7 @@ // A simple way to think about this is that 'this' always points to the // "context" of the function call. // -// And there are two distinct cases here: +// There are three distinct cases here: // - function call / implicit context // - new call / implicit context // - method call / explicit context