From 50df61fc4eb34dc254d1238bd5064dd0f4e476c7 Mon Sep 17 00:00:00 2001 From: Neil Toronto Date: Sat, 25 Feb 2012 15:41:29 -0700 Subject: [PATCH] Fixed typo in introduction --- collects/plot/scribblings/intro.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/plot/scribblings/intro.scrbl b/collects/plot/scribblings/intro.scrbl index 37d92c1135..ddaa3ebcf0 100644 --- a/collects/plot/scribblings/intro.scrbl +++ b/collects/plot/scribblings/intro.scrbl @@ -138,7 +138,7 @@ Here, the top surface is first in the list, but the bottom surface is drawn firs @section{Plotting to Files} -Any plot can be rendered to PNG, PDF, PS and SVG files using @(racket plot->file) and @(racket plot3d->file), to include in papers and other published media. +Any plot can be rendered to PNG, PDF, PS and SVG files using @(racket plot-file) and @(racket plot3d-file), to include in papers and other published media. @section{Colors and Styles}