Skip to content

Commit

Permalink
FIX: typo in a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Jan 29, 2020
1 parent 545dd90 commit 6ff512b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/boot/words.r
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit 6ff512b

Please sign in to comment.