diff options
-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 0e947ed..89c90b6 100644 --- a/fpdf_test.go +++ b/fpdf_test.go @@ -2195,7 +2195,7 @@ func ExampleNewGrid() { } // This example demonstrates the use of a page box -func ExamplePageBox() { +func ExampleFpdf_SetPageBox() { // pdfinfo (from http://www.xpdfreader.com) reports the following for this example: // ~ pdfinfo -box pdf/Fpdf_PageBox.pdf // Producer: FPDF 1.7 |