summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Jung <kurt.w.jung@code.google.com>2013-11-19 08:46:25 -0500
committerKurt Jung <kurt.w.jung@code.google.com>2013-11-19 08:46:25 -0500
commit41616d85f464af97732fb32ba891847003c8c082 (patch)
tree5b1a80212a8636b15dd28e335b905c44478b553b
parent131de2d8072a8594ec6383d1ce2e58e18597210b (diff)
One character typo
-rw-r--r--fpdf.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpdf.go b/fpdf.go
index 9a578b1..e239a32 100644
--- a/fpdf.go
+++ b/fpdf.go
@@ -273,7 +273,7 @@ func (f *Fpdf) GetCellMargin() float64 {
return f.cMargin
}
-// SetCellMargin set the cell margin. This is the amount of space before and
+// SetCellMargin sets the cell margin. This is the amount of space before and
// after the text within a cell that's left blank, and is in units passed to
// New().
func (f *Fpdf) SetCellMargin(margin float64) {