diff options
Diffstat (limited to 'fpdf_test.go')
-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) |