diff options
author | Kurt Jung <kurt.w.jung@code.google.com> | 2013-08-06 12:29:07 -0400 |
---|---|---|
committer | Kurt Jung <kurt.w.jung@code.google.com> | 2013-08-06 12:29:07 -0400 |
commit | ac811806a8f6c8ffeb19c3b6d03ffe6af5f5d3cb (patch) | |
tree | fcaa32f59e9f29bc2c2173831c28360da8889335 | |
parent | 99805031b12f1084dd10b4a7d131bae00d8d05ad (diff) |
Typos
-rw-r--r-- | fpdf.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1270,7 +1270,7 @@ func (f *Fpdf) Write(h float64, txtStr string) { } // Like Write but uses printf-style formatting. See the documentation for -// pckage fmt for mor details on fmtStr and args. +// package fmt for more details on fmtStr and args. func (f *Fpdf) Writef(h float64, fmtStr string, args ...interface{}) { f.write(h, sprintf(fmtStr, args...), 0, "") } |