Преглед изворни кода

fix typo in deprecation notice for Records

FrancoisPoinsot пре 7 година
родитељ
комит
87203d82e8
1 измењених фајлова са 1 додато и 1 уклоњено
  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
 }