Skip to content

Commit

Permalink
Doc: correct the version of introduction
Browse files Browse the repository at this point in the history
start_link/1 was added in PR kafkaex#473.
  • Loading branch information
b1az committed Dec 24, 2022
1 parent 105c5da commit 5ecc2c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kafka_ex/gen_consumer/supervisor.ex
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ defmodule KafkaEx.GenConsumer.Supervisor do
@default_worker_shutdown 5_000

if Version.match?(System.version(), ">= 1.7.0") do
@doc since: "0.14.0"
@doc since: "0.13.0"
end

@doc """
Expand Down

0 comments on commit 5ecc2c4

Please sign in to comment.