From 60b6b202e207a1e17ffa517dab49d360f1b99840 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 13 Aug 2023 23:02:41 +0300 Subject: [PATCH] minor correction... Signed-off-by: Alex A. Naanou --- js-types-n-oop.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js-types-n-oop.js b/js-types-n-oop.js index b49ebef..598541a 100755 --- a/js-types-n-oop.js +++ b/js-types-n-oop.js @@ -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