We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 545dd90 commit 6ff512bCopy full SHA for 6ff512b
src/boot/words.r
@@ -27,7 +27,7 @@ any-object!
27
any-block!
28
29
;- numeric types (used for "short" vector! construction)
30
-;- 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]
31
; these numeric files are used in l-types.c and t-vector.c sources
32
; and can be used for future struct! and routine! implementations
33
si8!
0 commit comments