Skip to content

Commit 2ae04a4

Browse files
zchuafinmflatt
authored andcommitted
typos fixes
1 parent 6ce8746 commit 2ae04a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scribble-doc/scribblings/scribble/xref.scrbl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ by @racket[load-xref], @racket[#f] otherwise.}
2222
@defproc[(load-xref [sources (listof (-> (or/c any/c (-> list?))))]
2323
[#:demand-source-for-use
2424
demand-source-for-use
25-
(tag? symbol? -> (or/c (-> any/c) #f))
25+
(-> tag? symbol? (or/c (-> any/c) #f))
2626
(lambda (_tag _use-id) (demand-source _tag))]
2727
[#:demand-source demand-source
28-
(tag? -> (or/c (-> any/c) #f))
28+
(-> tag? (or/c (-> any/c) #f))
2929
(lambda (_tag) #f)]
3030
[#:render% using-render% (implementation?/c render<%>)
3131
(render-mixin render%)]
@@ -197,7 +197,7 @@ the binding and its original name.}
197197
@defproc[(xref-render [xref xref?]
198198
[doc part?]
199199
[dest (or/c path-string? false/c)]
200-
[#:render% using-render% (implemenation?/c render<%>)
200+
[#:render% using-render% (implementation?/c render<%>)
201201
(render-mixin render%)]
202202
[#:refer-to-existing-files? use-existing? any/c (not dest)])
203203
(or/c void? any/c)]{

0 commit comments

Comments
 (0)