fix secref contract
Change contract for secref's `#:doc` argument to match the documentation and the keyword's default value.
This commit is contained in:
parent
e07fac631c
commit
c226128747
|
@ -562,7 +562,7 @@
|
|||
#:rest (listof pre-content?)
|
||||
element?)]
|
||||
[secref (->* (string?)
|
||||
(#:doc module-path?
|
||||
(#:doc (or/c #f module-path?)
|
||||
#:tag-prefixes (or/c #f (listof string?))
|
||||
#:underline? any/c
|
||||
#:link-render-style (or/c #f link-render-style?))
|
||||
|
|
Loading…
Reference in New Issue
Block a user