Forráskód Böngészése

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

Update documentation with Sarama instead of Sarma
Vlad Gorodetsky 6 éve
szülő
commit
6de9dcd135
1 módosított fájl, 1 hozzáadás és 1 törlés
  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  = ""