Skip to content

Commit a5a1293

Browse files
committed
Fix document typo
1 parent c7302a0 commit a5a1293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/kafka/client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ def create_topic(name, num_partitions: 1, replication_factor: 1, timeout: 30)
469469
#
470470
# @param name [String] the name of the topic.
471471
# @param timeout [Integer] a duration of time to wait for the topic to be
472-
# completely created.
472+
# completely marked deleted.
473473
# @return [nil]
474474
def delete_topic(name, timeout: 30)
475475
@cluster.delete_topic(name, timeout: timeout)

0 commit comments

Comments
 (0)