fixed typo

svn: r10147
This commit is contained in:
Robby Findler 2008-06-05 16:01:39 +00:00
parent 05232bfe55
commit 5dc00b10c2

View File

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