Skip to content

Commit 59a5fee

Browse files
committed
[topic] fix missprint for topictypes
1 parent 8abc51f commit 59a5fee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

topic/topictypes/topictypes.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ func (s *PartitionSettings) FromRaw(raw *rawtopic.PartitioningSettings) {
9797
type TopicDescription struct {
9898
Path string
9999
PartitionSettings PartitionSettings
100-
Consmers []Consumer
100+
Consumers []Consumer
101101
}
102102

103103
// FromRaw

0 commit comments

Comments
 (0)