mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-15 20:02:15 +01:00
fix(qpdf): typo in godoc
This commit is contained in:
@@ -15,7 +15,7 @@ func init() {
|
|||||||
gotenberg.MustRegisterModule(QPDF{})
|
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.
|
// interface.
|
||||||
type QPDF struct {
|
type QPDF struct {
|
||||||
binPath string
|
binPath string
|
||||||
|
|||||||
Reference in New Issue
Block a user