Skip to content

Commit 6ff512b

Browse files
committed
FIX: typo in a comment
1 parent 545dd90 commit 6ff512b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/boot/words.r

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ any-object!
2727
any-block!
2828

2929
;- numeric types (used for "short" vector! construction)
30-
;- like: #[ui8 4] which is same like: make vector! [unsigned integer! 8 4]
30+
;- like: #[ui8! 4] which is same like: make vector! [unsigned integer! 8 4]
3131
; these numeric files are used in l-types.c and t-vector.c sources
3232
; and can be used for future struct! and routine! implementations
3333
si8!

0 commit comments

Comments
 (0)