diff options
author | Kurt Jung <kurt.w.jung@gmail.com> | 2015-10-20 12:10:08 -0400 |
---|---|---|
committer | Kurt Jung <kurt.w.jung@gmail.com> | 2015-10-20 12:10:08 -0400 |
commit | 2efaba8cfa054408af1330401b8b7741975f77ae (patch) | |
tree | 9fd19e3327198c95e97004faae5c92f491a171b1 | |
parent | f10939e21402781b0b6223dd64110df2da085ba0 (diff) |
Correct typo
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | doc.go | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -105,7 +105,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 @@ -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 |