Skip to content

Commit

Permalink
Merge pull request #223 from Solairw/comment_typo
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
oneplus1000 committed Jun 29, 2022
2 parents f241569 + 4f8ef21 commit 2daf88b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gopdf.go
Expand Up @@ -899,7 +899,7 @@ func (gp *GoPdf) SetFontSize(fontSize float64) error {
return nil
}

//WritePdf : wirte pdf file
//WritePdf : write pdf file
func (gp *GoPdf) WritePdf(pdfPath string) error {
return ioutil.WriteFile(pdfPath, gp.GetBytesPdf(), 0644)
}
Expand Down

0 comments on commit 2daf88b

Please sign in to comment.