From 6ff512b0c040e82dabc3f1029cdca17b8a69157d Mon Sep 17 00:00:00 2001 From: Oldes Date: Wed, 29 Jan 2020 20:05:30 +0100 Subject: [PATCH] FIX: typo in a comment --- src/boot/words.r | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/boot/words.r b/src/boot/words.r index edd5647a2c..75e4cac150 100644 --- a/src/boot/words.r +++ b/src/boot/words.r @@ -27,7 +27,7 @@ any-object! any-block! ;- numeric types (used for "short" vector! construction) -;- like: #[ui8 4] which is same like: make vector! [unsigned integer! 8 4] +;- like: #[ui8! 4] which is same like: make vector! [unsigned integer! 8 4] ; these numeric files are used in l-types.c and t-vector.c sources ; and can be used for future struct! and routine! implementations si8!