Skip to content

Commit

Permalink
[fix][doc] Fix typos in TransactionBuilderImpl class (apache#21405)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanmz authored Oct 23, 2023
1 parent e3debb9 commit e16671f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public CompletableFuture<Transaction> build() {
new PulsarClientException.InvalidConfigurationException("Transactions are not enabled"));
}
// talk to TC to begin a transaction
// the builder is responsible for locating the transaction coorindator (TC)
// the builder is responsible for locating the transaction coordinator (TC)
// and start the transaction to get the transaction id.
// After getting the transaction id, all the operations are handled by the
// `TransactionImpl`
Expand Down

0 comments on commit e16671f

Please sign in to comment.