minor correction...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-08-13 23:02:41 +03:00
parent 2d4fda73b4
commit 60b6b202e2

View File

@ -371,7 +371,8 @@
// XXX
// Mixing builtin types
// Mixing multiple builtin types
//
// In general this is impossible in JavaScript due to the lack of any
// mechanism of horizontal name resolution in the inheritance chain like