From 2969a68dc5e762d0d5b8aac519058a9f73320316 Mon Sep 17 00:00:00 2001 From: Kurt Date: Sat, 10 Nov 2018 14:27:04 -0500 Subject: Change name of page box example so it is linked from SetPageBox() in documentation --- fpdf_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fpdf_test.go') 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 -- cgit v1.2.1-24-ge1ad