From 4cdc6183e275dfb2da40b965477900081b8f905e Mon Sep 17 00:00:00 2001
From: Kurt Jung <kurt.w.jung@gmail.com>
Date: Sat, 4 Jul 2015 13:25:09 -0400
Subject: Small adjustment to documentation

---
 fpdf.go | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/fpdf.go b/fpdf.go
index e516931..f4d7bdc 100644
--- a/fpdf.go
+++ b/fpdf.go
@@ -789,11 +789,11 @@ func (f *Fpdf) SetLineCapStyle(styleStr string) {
 }
 
 // SetDashPattern sets the dash pattern that is used to draw lines. The
-// dashArray elements are numbers, in units established in New(), that specify
-// the lengths of alternating dashes and gaps. The dash phase specifies the
-// distance into the dash pattern at which to start the dash. The dash pattern
-// is retained from page to page. Call this method with an empty array to
-// restore solid line drawing.
+// dashArray elements are numbers that specify the lengths, in units
+// established in New(), of alternating dashes and gaps. The dash phase
+// specifies the distance into the dash pattern at which to start the dash. The
+// dash pattern is retained from page to page. Call this method with an empty
+// array to restore solid line drawing.
 //
 // See tutorial 28 for an example of this function.
 func (f *Fpdf) SetDashPattern(dashArray []float64, dashPhase float64) {
-- 
cgit v1.2.1-24-ge1ad