Skip to content

Commit

Permalink
RecordFormatter: correct some documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
twmb committed Oct 23, 2022
1 parent b605610 commit 47eccba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkg/kgo/record_formatter.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,14 +187,14 @@ func (f *RecordFormatter) AppendPartitionRecord(b []byte, p *FetchPartition, r *
// %a{transactional-bit}
// %a{transactional-bit;bool}
//
// Prints 1 if the record is a transaction marker and 0 if the record is not a
// transaction marker. Number formatting can be controlled with ";number".
// Prints 1 if the record is a part of a transaction or 0 if it is not. Number
// formatting can be controlled with ";number".
//
// %a{control-bit}
// %a{control-bit;bool}
//
// Prints 1 if the record is a control record and 0 if the record is not a
// control record. Number formatting can be controlled with ";number".
// Prints 1 if the record is a commit marker or 0 if it is not. Number
// formatting can be controlled with ";number".
//
// # Text
//
Expand Down

0 comments on commit 47eccba

Please sign in to comment.