From dc11eede98d395200ad338a6513ff393266bdd83 Mon Sep 17 00:00:00 2001 From: Vincent St-Amour Date: Tue, 8 Sep 2015 11:04:23 -0500 Subject: [PATCH] Add links to docs. --- pkgs/racket-doc/scribblings/reference/format.scrbl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/racket-doc/scribblings/reference/format.scrbl b/pkgs/racket-doc/scribblings/reference/format.scrbl index 13761200e6..7a240c8307 100644 --- a/pkgs/racket-doc/scribblings/reference/format.scrbl +++ b/pkgs/racket-doc/scribblings/reference/format.scrbl @@ -5,7 +5,8 @@ "mz.rkt" (for-label racket/contract racket/math - racket/format)) + racket/format + racket/string)) @(begin (define the-eval (make-base-eval))