From 7e3f0d4fcc0719987d9e390a6391c2a379d10ad6 Mon Sep 17 00:00:00 2001 From: celogeek <65178+celogeek@users.noreply.github.com> Date: Sat, 22 Jun 2024 11:56:29 +0200 Subject: [PATCH] fix doc --- internal/pkg/converter/options.go | 2 +- internal/pkg/converter/profiles.go | 2 +- internal/pkg/epuboptions/epub_options.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/internal/pkg/converter/options.go b/internal/pkg/converter/options.go index 4381bde..d83e8be 100644 --- a/internal/pkg/converter/options.go +++ b/internal/pkg/converter/options.go @@ -1,4 +1,4 @@ -// Package options manage options with default value from config. +// Package converter options manage options with default value from config. package converter import ( diff --git a/internal/pkg/converter/profiles.go b/internal/pkg/converter/profiles.go index 4029840..791cd8b 100644 --- a/internal/pkg/converter/profiles.go +++ b/internal/pkg/converter/profiles.go @@ -1,4 +1,4 @@ -// Package profiles manage supported profiles for go-comic-converter. +// Package converter profiles manage supported profiles for go-comic-converter. package converter import ( diff --git a/internal/pkg/epuboptions/epub_options.go b/internal/pkg/epuboptions/epub_options.go index 28e3ee1..e679b9a 100644 --- a/internal/pkg/epuboptions/epub_options.go +++ b/internal/pkg/epuboptions/epub_options.go @@ -1,4 +1,4 @@ -// Package epuboptions EPUBOptions for EPUB creation. +// Package epuboptions for EPUB creation. package epuboptions type EPUBOptions struct {