Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
victoraugustolls authored Nov 10, 2023
1 parent 33e15f9 commit 3e9dc14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kgo/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -1110,7 +1110,7 @@ func RecordDeliveryTimeout(timeout time.Duration) ProducerOpt {
// the equation. You must also assign a group to consume from.
//
// To produce transactionally, you first BeginTransaction, then produce records
// consumed from a group, then you EndTransaction. All records prodcued outside
// consumed from a group, then you EndTransaction. All records produced outside
// of a transaction will fail immediately with an error.
//
// After producing a batch, you must commit what you consumed. Auto committing
Expand Down

0 comments on commit 3e9dc14

Please sign in to comment.