diff --git a/pkgs/racket-doc/file/scribblings/resource.scrbl b/pkgs/racket-doc/file/scribblings/resource.scrbl index 263468dd28..3a5b96ccb6 100644 --- a/pkgs/racket-doc/file/scribblings/resource.scrbl +++ b/pkgs/racket-doc/file/scribblings/resource.scrbl @@ -116,7 +116,7 @@ for starting a browser: [entry string?] [value (or/c string? bytes? exact-integer?)] [file (or/c path-string? #f) #f] - [#:type type (or/c 'string 'expand-string 'bytes 'integer + [#:type type (or/c 'string 'expand-string 'bytes 'dword 'bytes/string 'bytes/expand-string) 'string] [#:create-key? create-key? any/c #f])