We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c5dc38 commit dd01abdCopy full SHA for dd01abd
x/tx/signing/textual/protoreflect_list_test.go
@@ -7,7 +7,7 @@ import (
7
8
var _ protoreflect.List = (*genericList[proto.Message])(nil)
9
10
-// NewGenericList creates a empty list that satisfies the protoreflect.List
+// NewGenericList creates an empty list that satisfies the protoreflect.List
11
// interface.
12
func NewGenericList[T proto.Message](list []T) protoreflect.List {
13
return &genericList[T]{&list}
0 commit comments