doc typo
This commit is contained in:
parent
ff6172c44b
commit
b328655a01
|
@ -5,7 +5,7 @@
|
||||||
@(begin (define ev (make-base-eval))
|
@(begin (define ev (make-base-eval))
|
||||||
(ev '(require racket/trace)))
|
(ev '(require racket/trace)))
|
||||||
|
|
||||||
@title["Tracing"]
|
@title{Tracing}
|
||||||
|
|
||||||
@note-lib-only[racket/trace]
|
@note-lib-only[racket/trace]
|
||||||
|
|
||||||
|
@ -106,7 +106,7 @@ results, and a number indicating the depth of the call.
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@defparam[current-prefix-out prefix string?]{
|
@defparam[current-prefix-in prefix string?]{
|
||||||
This string is used by the default value of @racket[current-trace-print-args]
|
This string is used by the default value of @racket[current-trace-print-args]
|
||||||
indicating that the current line is showing the a call to a
|
indicating that the current line is showing the a call to a
|
||||||
traced function.
|
traced function.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user