瀏覽代碼

tweak docs

Evan Huus 10 年之前
父節點
當前提交
f13498ffc9
共有 1 個文件被更改,包括 2 次插入2 次删除
  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