mirror of
https://github.com/flynx/Slang.git
synced 2025-10-30 03:00:08 +00:00
fixed minor typo...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
a803110c56
commit
8d0817e864
@ -423,7 +423,7 @@
|
|||||||
// A simple way to think about this is that 'this' always points to the
|
// A simple way to think about this is that 'this' always points to the
|
||||||
// "context" of the function call.
|
// "context" of the function call.
|
||||||
//
|
//
|
||||||
// And there are two distinct cases here:
|
// There are three distinct cases here:
|
||||||
// - function call / implicit context
|
// - function call / implicit context
|
||||||
// - new call / implicit context
|
// - new call / implicit context
|
||||||
// - method call / explicit context
|
// - method call / explicit context
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user