We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69f4e29 commit 5973f48Copy full SHA for 5973f48
src/boot/sysobj.r
@@ -38,8 +38,8 @@ catalog: context [
38
; Reflectors are used on boot to create *-of functions
39
reflectors: [
40
spec [any-function! module! vector!]
41
- body [any-function! any-object!]
42
- words [any-object! map!]
+ body [any-function! any-object! map!]
+ words [any-function! any-object! map!]
43
values [any-object! map!]
44
types [any-function!]
45
title [any-function! datatype!]
0 commit comments