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