fix typo in resource.scrbl

This commit is contained in:
Gustavo Massaccesi 2021-04-14 12:58:31 -03:00 committed by Matthew Flatt
parent 5b0f0cee23
commit 28a46e36c6

View File

@ -116,7 +116,7 @@ for starting a browser:
[entry string?] [entry string?]
[value (or/c string? bytes? exact-integer?)] [value (or/c string? bytes? exact-integer?)]
[file (or/c path-string? #f) #f] [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) 'bytes/string 'bytes/expand-string)
'string] 'string]
[#:create-key? create-key? any/c #f]) [#:create-key? create-key? any/c #f])