Skip to content

Commit

Permalink
Correct small comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jung-kurt committed Nov 7, 2019
1 parent 34ee988 commit f9f99ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fpdf_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2815,7 +2815,7 @@ func ExampleFpdf_SetTextRenderingMode() {
}

// TestIssue0316 addresses issue 316 in which AddUTF8FromBytes modifies its argument
// utf8bytes resulting in a panic if you generate two PDFs wih the "same" font bytes.
// utf8bytes resulting in a panic if you generate two PDFs with the "same" font bytes.
func TestIssue0316(t *testing.T) {
pdf := gofpdf.New(gofpdf.OrientationPortrait, "mm", "A4", "")
pdf.AddPage()
Expand Down

0 comments on commit f9f99ed

Please sign in to comment.