Skip to content

Commit

Permalink
Fix comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dsimansk committed Mar 22, 2023
1 parent cc0999e commit bb94097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kn/commands/trigger/describe.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ func writeNesterFilters(dw printers.PrefixWriter, filter v1beta1.SubscriptionsAP
if fieldValue.Kind() == reflect.Slice {
for j := 0; j < fieldValue.Len(); j++ {
element := fieldValue.Index(j)
// Write filter field name only and created indentation
// Write filter field name only and create next indentation
dw = dw.WriteAttribute(field.Name, "")
// Call write recursively for struct SubscriptionsAPIFilter
if element.Kind() == reflect.Struct {
Expand Down

0 comments on commit bb94097

Please sign in to comment.