浏览代码

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

Update documentation with Sarama instead of Sarma
Vlad Gorodetsky 5 年之前
父节点
当前提交
6de9dcd135
共有 1 个文件被更改,包括 1 次插入1 次删除
  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  = ""