From 41616d85f464af97732fb32ba891847003c8c082 Mon Sep 17 00:00:00 2001 From: Kurt Jung Date: Tue, 19 Nov 2013 08:46:25 -0500 Subject: One character typo --- fpdf.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit v1.2.1-24-ge1ad