Explorar el Código

Merge pull request #1502 from philodavies/consumer-example_fix-wording

Update documentation with Sarama instead of Sarma
Vlad Gorodetsky hace 5 años
padre
commit
6de9dcd135
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      examples/consumergroup/main.go

+ 1 - 1
examples/consumergroup/main.go

@@ -13,7 +13,7 @@ import (
 	"github.com/Shopify/sarama"
 )
 
-// Sarma configuration options
+// Sarama configuration options
 var (
 	brokers  = ""
 	version  = ""