diff --git a/clients/src/main/java/org/apache/kafka/clients/producer/ProducerConfig.java b/clients/src/main/java/org/apache/kafka/clients/producer/ProducerConfig.java
index df760a79c0b..a6ffb341191 100644
--- a/clients/src/main/java/org/apache/kafka/clients/producer/ProducerConfig.java
+++ b/clients/src/main/java/org/apache/kafka/clients/producer/ProducerConfig.java
@@ -105,7 +105,7 @@ public class ProducerConfig extends AbstractConfig {
"If a broker cannot process produce requests from a partition for " + PARTITIONER_AVAILABILITY_TIMEOUT_MS_CONFIG + "
time, "
+ "the partitioner treats that partition as not available. If the value is 0, this logic is disabled. "
+ "Note: this setting has no effect if a custom partitioner is used or " + PARTITIONER_ADPATIVE_PARTITIONING_ENABLE_CONFIG
- + "
is set to 'false'";
+ + "
is set to 'false'";
/** partitioner.ignore.keys
*/
public static final String PARTITIONER_IGNORE_KEYS_CONFIG = "partitioner.ignore.keys";