fix(qpdf): typo in godoc

This commit is contained in:
Julien Neuhart
2021-12-08 14:39:20 +01:00
parent 5759b1336a
commit 8b8a02b68c

View File

@@ -15,7 +15,7 @@ func init() {
gotenberg.MustRegisterModule(QPDF{})
}
// QPDF abstracts the CLI tool QPDF and implements the gotenberg.QPDF
// QPDF abstracts the CLI tool QPDF and implements the gotenberg.PDFEngine
// interface.
type QPDF struct {
binPath string