From d3665169e49b0255a2762e308a79818692473f8a Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Fri, 22 May 2009 18:29:20 +0000 Subject: [PATCH] fix typo (PR 10253) (merge to 4.2) svn: r14925 --- 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 42ba007c96..23d7987fad 100644 --- a/collects/plot/plot.scrbl +++ b/collects/plot/plot.scrbl @@ -44,7 +44,7 @@ plotted. ] The display area and appearance of the plot can be changed by adding -bracjets argument/value pairs after the first argument. +brackets argument/value pairs after the first argument. @schemeblock[ (plot (line (lambda (x) (sin x)))