Skip to content

Commit dd01abd

Browse files
authored
typo protoreflect_list_test.go
1 parent 0c5dc38 commit dd01abd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: x/tx/signing/textual/protoreflect_list_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77

88
var _ protoreflect.List = (*genericList[proto.Message])(nil)
99

10-
// NewGenericList creates a empty list that satisfies the protoreflect.List
10+
// NewGenericList creates an empty list that satisfies the protoreflect.List
1111
// interface.
1212
func NewGenericList[T proto.Message](list []T) protoreflect.List {
1313
return &genericList[T]{&list}

0 commit comments

Comments
 (0)