Преглед на файлове

Merge pull request #524 from jeremyschlatter/patch-1

fix typo
Willem van Bergen преди 9 години
родител
ревизия
690271742c
променени са 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