Skip to content

Commit

Permalink
Update NewFormatter function comment
Browse files Browse the repository at this point in the history
Signed-off-by: Agustín Martínez Fayó <[email protected]>
  • Loading branch information
amartinezfayo authored and MarcosDY committed Aug 16, 2023
1 parent b822971 commit a2e5ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pluginsdk/support/bundleformat/bundleformat.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit a2e5ba6

Please sign in to comment.