Browse Source

Merge pull request #1242 from FrancoisPoinsot/recordset-deprecated

fix typo in deprecation notice for FetchResponseBlock.Records
Varun 7 năm trước cách đây
mục cha
commit
bb6b5baaf1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      fetch_response.go

+ 1 - 1
fetch_response.go

@@ -33,7 +33,7 @@ type FetchResponseBlock struct {
 	HighWaterMarkOffset int64
 	LastStableOffset    int64
 	AbortedTransactions []*AbortedTransaction
-	Records             *Records // deprecated: use FetchResponseBlock.Records
+	Records             *Records // deprecated: use FetchResponseBlock.RecordsSet
 	RecordsSet          []*Records
 	Partial             bool
 }