Skip to content

Commit 5973f48

Browse files
committed
FIX: added missing reflector's types
1 parent 69f4e29 commit 5973f48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/boot/sysobj.r

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ catalog: context [
3838
; Reflectors are used on boot to create *-of functions
3939
reflectors: [
4040
spec [any-function! module! vector!]
41-
body [any-function! any-object!]
42-
words [any-object! map!]
41+
body [any-function! any-object! map!]
42+
words [any-function! any-object! map!]
4343
values [any-object! map!]
4444
types [any-function!]
4545
title [any-function! datatype!]

0 commit comments

Comments
 (0)