Jeremy Schlatter 9 년 전
부모
커밋
18dcb68ce3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      consumer.go

+ 1 - 1
consumer.go

@@ -51,7 +51,7 @@ type Consumer interface {
 	Topics() ([]string, error)
 
 	// Partitions returns the sorted list of all partition IDs for the given topic.
-	// This method is the same as Client.Pertitions(), and is provided for convenience.
+	// This method is the same as Client.Partitions(), and is provided for convenience.
 	Partitions(topic string) ([]int32, error)
 
 	// ConsumePartition creates a PartitionConsumer on the given topic/partition with the given offset. It will