Browse Source

tweak docs

Evan Huus 10 years ago
parent
commit
f13498ffc9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      offset_commit_request.go

+ 2 - 2
offset_commit_request.go

@@ -5,8 +5,8 @@ package sarama
 // The timestamp is only used if message version 1 is used, which requires kafka 0.8.2.
 const ReceiveTime int64 = -1
 
-// GroupGenerationUndefined is a special value of group generation field of
-// Offset Commit Request that should be used when a consumer group does not rely
+// GroupGenerationUndefined is a special value for the group generation field of
+// Offset Commit Requests that should be used when a consumer group does not rely
 // on Kafka for partition management.
 const GroupGenerationUndefined = -1