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|. }