From 449fab512bb59e50460e8cefd85df053fb3e6f47 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Mon, 29 Aug 2011 23:59:38 -0400 Subject: [PATCH] Plot doc typo. Fixes PR12133. --- collects/plot/plot.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/plot/plot.scrbl b/collects/plot/plot.scrbl index 2262d6bf61..d5e4950384 100644 --- a/collects/plot/plot.scrbl +++ b/collects/plot/plot.scrbl @@ -302,7 +302,7 @@ known: @racket['pixel], @racket['dot], @racket['plus], [#:mode mode (one-of/c 'standard 'parametric) 'standard] [#:mapping mapping (or-of/c 'cartesian 'polar) 'cartesian] [#:t-min t-min real? -5] - [#:t-max t-min real? 5]) + [#:t-max t-max real? 5]) ((is-a?/c 2d-view%) . -> . void?)]{ Creates 2-D plot data to draw a line.