Skip to content

Commit

Permalink
Correct typo in params.go
Browse files Browse the repository at this point in the history
  • Loading branch information
torkelrogstad committed Jan 5, 2025
1 parent c1db73d commit 6cfe433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion params.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func setParameter(msg protoreflect.Message, fields []protoreflect.FieldDescripto
)
}
return connect.NewError(connect.CodeInvalidArgument,
fmt.Errorf("invalid parameter %q %w", fieldPath, err),
fmt.Errorf("invalid parameter %q: %w", fieldPath, err),
)
}

Expand Down

0 comments on commit 6cfe433

Please sign in to comment.