summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) {