From b328655a019a86f9d4c8c7362984932b5c05c194 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sun, 5 Dec 2010 07:57:52 -0700 Subject: [PATCH] doc typo --- collects/scribblings/reference/trace.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/scribblings/reference/trace.scrbl b/collects/scribblings/reference/trace.scrbl index 2380847622..f83816e784 100644 --- a/collects/scribblings/reference/trace.scrbl +++ b/collects/scribblings/reference/trace.scrbl @@ -5,7 +5,7 @@ @(begin (define ev (make-base-eval)) (ev '(require racket/trace))) -@title["Tracing"] +@title{Tracing} @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] indicating that the current line is showing the a call to a traced function.