From 52aa569f0de2942782f175fedb070315926d403f Mon Sep 17 00:00:00 2001 From: Kurt Jung Date: Sun, 13 Apr 2014 07:20:57 -0400 Subject: Small page text adjustment --- fpdf_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.1-24-ge1ad