Skip to content

Commit f299670

Browse files
authored
Fix typo (#2229)
1 parent d5d85ea commit f299670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Confluent.Kafka/ProducerBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ namespace Confluent.Kafka
2626
/// is also provided, but is typically not used.
2727
/// </summary>
2828
/// <remarks>
29-
/// A partioner instance may be called in any thread at any time and
29+
/// A partitioner instance may be called in any thread at any time and
3030
/// may be called multiple times for the same message/key.
3131
///
3232
/// A partitioner:

0 commit comments

Comments
 (0)