Explorar o código

fix typo in deprecation notice for Records

FrancoisPoinsot %!s(int64=7) %!d(string=hai) anos
pai
achega
87203d82e8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
 }