From c0451ad9243da6bd9d04692652a750dd18eb2bfa Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 16 Jun 2023 23:38:50 +0300 Subject: [PATCH] type... Signed-off-by: Alex A. Naanou --- js-types-n-oop.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js-types-n-oop.js b/js-types-n-oop.js index 2d4509e..128d950 100755 --- a/js-types-n-oop.js +++ b/js-types-n-oop.js @@ -49,7 +49,7 @@ // // Note that all numbers are of the same "type", this is different to -// alot of other languages where numbers are represented closer to the +// allot of other languages where numbers are represented closer to the // low-level hardware implementation and thus are represented by a // whole range of number types. //