Skip to content

Commit

Permalink
doc: Fix typo (@KimMachineGun, #314)
Browse files Browse the repository at this point in the history
  • Loading branch information
KimMachineGun authored and edenhill committed Mar 27, 2019
1 parent 1a9ab56 commit ecccefd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kafka/kafka.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
// Requires `go.application.rebalance.enable`
//
// * `RevokedPartitions` - The counter part to `AssignedPartitions` following a rebalance.
// `AssignedPartitions` and `RevokedPartitions` are symetrical.
// `AssignedPartitions` and `RevokedPartitions` are symmetrical.
// Requires `go.application.rebalance.enable`
//
// * `PartitionEOF` - Consumer has reached the end of a partition.
Expand Down

0 comments on commit ecccefd

Please sign in to comment.