diff options
author | Kurt Jung <kurt.w.jung@code.google.com> | 2014-04-13 07:20:57 -0400 |
---|---|---|
committer | Kurt Jung <kurt.w.jung@code.google.com> | 2014-04-13 07:20:57 -0400 |
commit | 52aa569f0de2942782f175fedb070315926d403f (patch) | |
tree | e4da3565428b263d08200d08da7d2ea4bd655a0b | |
parent | 779b3c91c2de13df3c0fde9644f10de0ebe645be (diff) |
Small page text adjustment
-rw-r--r-- | fpdf_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpdf_test.go b/fpdf_test.go index 90071af..9ef3b3f 100644 --- a/fpdf_test.go +++ b/fpdf_test.go @@ -1172,7 +1172,7 @@ func ExampleFpdf_tutorial23() { pdf.Ln(ht) } pdf.AddPage() - str := ` gofpdf provides a translator that will convert any UTF-8 code point ` + + str := `Gofpdf provides a translator that will convert any UTF-8 code point ` + `that is present in the specified code page.` pdf.MultiCell(190, ht, str, "", "L", false) pdf.Ln(2 * ht) |