fixed minor typo...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2014-09-26 02:13:05 +04:00
parent a803110c56
commit 8d0817e864

View File

@ -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