fixed minor typo

This commit is contained in:
Matthias Felleisen 2012-07-21 11:06:55 -04:00
parent 5b96803273
commit 30cb1ce4f3

View File

@ -363,7 +363,7 @@ and a transparent brush produces
Drawing a single path with three line segments is not the same as
drawing three separate lines. When multiple line segments are drawn at
once, the corner frm one line to the next is shaped according to the
once, the corner from one line to the next is shaped according to the
pen's join style. The image above uses the default @racket['round]
join style. With @racket['miter], line lines are joined with sharp
corners: