doc: fix minor typo in stx-serialize.scrbl

This commit is contained in:
sorawee 2021-04-03 21:05:34 +07:00 committed by Matthew Flatt
parent bad1c016f6
commit 725710e445

View File

@ -6,7 +6,7 @@
@title{Serializing Syntax}
@defproc[(syntax-serialize [stx syntax?]
[#:preserve-property-keys preserve-property-keys (listof symbol)]
[#:preserve-property-keys preserve-property-keys (listof symbol?)]
[#:provides-namespace provides-namespace (or/c namespace? #f) (current-namespace)]
[#:base-module-path-index base-module-path-index (or/c module-path-index? #f) #f])
any/c]{