Skip to content

Commit

Permalink
chore: update typo in producer docs (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
msutkowski authored Oct 31, 2024
1 parent 7c9947d commit ebea101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kafee/producer.ex
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ defmodule Kafee.Producer do
"""

@typedoc "All available options for a Kafee.Consumer module"
@typedoc "All available options for a Kafee.Producer module"
@type options() :: [unquote(NimbleOptions.option_typespec(@options_schema))]

@doc false
Expand Down

0 comments on commit ebea101

Please sign in to comment.