diff options
author | Kurt <kurt.w.jung@gmail.com> | 2017-06-12 10:47:10 -0400 |
---|---|---|
committer | Kurt <kurt.w.jung@gmail.com> | 2017-06-12 10:47:10 -0400 |
commit | 1ea782459766b89293454ef7824f1bb5b071c4a1 (patch) | |
tree | d36d47bcc44cfedc7b653c9c1320738198fb782c | |
parent | 67dbdc6f213695af48d5fce5ffcfeb14d0b685bf (diff) |
Fix typo in documentation
-rw-r--r-- | fpdf.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3033,7 +3033,7 @@ func SetDefaultCreationDate(tm time.Time) { // SetCreationDate fixes the document's internal CreationDate value. By // default, the time when the document is generated is used for this value. // This method is typically only used for testing purposes to facilitate PDF -// comparsion. Specify a zero-value time to revert to the default behavior. +// comparison. Specify a zero-value time to revert to the default behavior. func (f *Fpdf) SetCreationDate(tm time.Time) { f.creationDate = tm } |