From 5dc00b10c278a745c6b7335b9635eac13ef184c6 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Thu, 5 Jun 2008 16:01:39 +0000 Subject: [PATCH] fixed typo svn: r10147 --- collects/scribblings/gui/dc-path-class.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/scribblings/gui/dc-path-class.scrbl b/collects/scribblings/gui/dc-path-class.scrbl index d4a656625e..131bf593f8 100644 --- a/collects/scribblings/gui/dc-path-class.scrbl +++ b/collects/scribblings/gui/dc-path-class.scrbl @@ -99,8 +99,8 @@ Closes the path's @tech{open sub-path}. If the path has no @tech{open Extends the path's @tech{open sub-path} with a Bezier curve to the given point @math{(@scheme[x3],@scheme[y3])}, using the points - @math{(@scheme[x1], @scheme[y1])}$ and @math{(@scheme[x2], - @scheme[y2])}$ as control points. If the path has no @tech{open + @math{(@scheme[x1], @scheme[y1])} and @math{(@scheme[x2], + @scheme[y2])} as control points. If the path has no @tech{open sub-path}, @|MismatchExn|. }