From 8b8a02b68c84d129da271d416fba31cf357c06bf Mon Sep 17 00:00:00 2001 From: Julien Neuhart Date: Wed, 8 Dec 2021 14:39:20 +0100 Subject: [PATCH] fix(qpdf): typo in godoc --- pkg/modules/qpdf/qpdf.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/modules/qpdf/qpdf.go b/pkg/modules/qpdf/qpdf.go index d735a94d..89923373 100644 --- a/pkg/modules/qpdf/qpdf.go +++ b/pkg/modules/qpdf/qpdf.go @@ -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