diff --git a/public/bloblang/view.go b/public/bloblang/view.go index 294bcb949..0289c4d40 100644 --- a/public/bloblang/view.go +++ b/public/bloblang/view.go @@ -183,7 +183,7 @@ type TemplateMethodData struct { // Categories further describe the method for a given category. Categories []TemplateMethodCategoryData - // Version is the Benthos version this component was introduced. + // Version is the Bento version this component was introduced. Version string }