Explorar el Código

fix typo in deprecation notice for Records

FrancoisPoinsot hace 7 años
padre
commit
87203d82e8
Se han modificado 1 ficheros con 1 adiciones y 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
 }