Skip to content

Commit

Permalink
Fix comment format
Browse files Browse the repository at this point in the history
  • Loading branch information
chuangw6 committed Apr 26, 2022
1 parent 9d9c717 commit e843edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apis/pipeline/v1beta1/param_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ func NewArrayOrString(value string, values ...string) *ArrayOrString {
}
}

// Given key-value pairs, NewObject creates an ArrayOrString of type ParamTypeObject
// NewObject creates an ArrayOrString of type ParamTypeObject using the provided key-value pairs
func NewObject(pairs map[string]string) *ArrayOrString {
return &ArrayOrString{
Type: ParamTypeObject,
Expand Down

0 comments on commit e843edd

Please sign in to comment.