summaryrefslogtreecommitdiff
path: root/doc.go
diff options
context:
space:
mode:
authorKurt Jung <kurt.w.jung@gmail.com>2015-10-20 12:10:08 -0400
committerKurt Jung <kurt.w.jung@gmail.com>2015-10-20 12:10:08 -0400
commit2efaba8cfa054408af1330401b8b7741975f77ae (patch)
tree9fd19e3327198c95e97004faae5c92f491a171b1 /doc.go
parentf10939e21402781b0b6223dd64110df2da085ba0 (diff)
Correct typo
Diffstat (limited to 'doc.go')
-rw-r--r--doc.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc.go b/doc.go
index 1561090..b05ed8e 100644
--- a/doc.go
+++ b/doc.go
@@ -124,7 +124,7 @@ Example PDFs can be compared with reference copies in order to verify that they
have been generated as expected. This comparison will be performed if a PDF
with the same name as the example PDF is placed in the gofpdf/pdf/reference
directory. The routine that summarizes an example will look for this file and,
-if found, will call the ComparePDFFiles() to check the example PDF for equality
+if found, will call ComparePDFFiles() to check the example PDF for equality
with its reference PDF. If differences exist between the two files they will be
printed to standard output and the test will fail. If the reference file is
missing, the comparison is considered to succeed. In order to successfully