From a2e5ba68e76045c0ca332264af935ea8c3a59f99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agust=C3=ADn=20Mart=C3=ADnez=20Fay=C3=B3?= Date: Fri, 21 Jul 2023 12:07:48 -0300 Subject: [PATCH] Update NewFormatter function comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Agustín Martínez Fayó --- pluginsdk/support/bundleformat/bundleformat.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pluginsdk/support/bundleformat/bundleformat.go b/pluginsdk/support/bundleformat/bundleformat.go index f23ecd5..57acf95 100644 --- a/pluginsdk/support/bundleformat/bundleformat.go +++ b/pluginsdk/support/bundleformat/bundleformat.go @@ -72,7 +72,7 @@ func FromString(s string) (Format, error) { } } -// NewFormatter return a new *Bundle with the *types.Bundle provided. +// NewFormatter return a new *Formatter with the *types.Bundle provided. // Use the Bytes() function to get a slice of bytes with the bundle formatted in // the format specified. func NewFormatter(pluginBundle *types.Bundle) *Formatter {