Skip to content

Commit

Permalink
fix typo in deprecation notice for Records
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoisPoinsot committed Dec 26, 2018
1 parent 94536b3 commit 87203d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fetch_response.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 87203d8

Please sign in to comment.