diff options
author | Kurt Jung <kurt.w.jung@code.google.com> | 2013-11-19 08:46:25 -0500 |
---|---|---|
committer | Kurt Jung <kurt.w.jung@code.google.com> | 2013-11-19 08:46:25 -0500 |
commit | 41616d85f464af97732fb32ba891847003c8c082 (patch) | |
tree | 5b1a80212a8636b15dd28e335b905c44478b553b | |
parent | 131de2d8072a8594ec6383d1ce2e58e18597210b (diff) |
One character typo
-rw-r--r-- | fpdf.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |