From 30cb1ce4f33462b27ec138b39c9ef4ddcb594e88 Mon Sep 17 00:00:00 2001 From: Matthias Felleisen Date: Sat, 21 Jul 2012 11:06:55 -0400 Subject: [PATCH] fixed minor typo --- collects/scribblings/draw/guide.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/draw/guide.scrbl b/collects/scribblings/draw/guide.scrbl index cda393a6a1..a2f8e2fd50 100644 --- a/collects/scribblings/draw/guide.scrbl +++ b/collects/scribblings/draw/guide.scrbl @@ -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: