Skip to content

Commit

Permalink
Merge pull request #1502 from philodavies/consumer-example_fix-wording
Browse files Browse the repository at this point in the history
Update documentation with Sarama instead of Sarma
  • Loading branch information
bai authored Sep 30, 2019
2 parents 0b5880d + 5302f4b commit 6de9dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/consumergroup/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"github.com/Shopify/sarama"
)

// Sarma configuration options
// Sarama configuration options
var (
brokers = ""
version = ""
Expand Down

0 comments on commit 6de9dcd

Please sign in to comment.