Skip to content

Commit

Permalink
Fix typo error
Browse files Browse the repository at this point in the history
  • Loading branch information
soteras authored and bjhaid committed Dec 21, 2018
1 parent 296cb50 commit 4654820
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/kafka_ex.ex
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ defmodule KafkaEx do
Merges the given options with defaults from the application env config.
Returns `{:error, :invalid_consumer_options}` if the consumer group
configuation is invalid, and `{:ok, merged_options}` otherwise.
configuration is invalid, and `{:ok, merged_options}` otherwise.
Note this happens automatically when using `KafkaEx.create_worker`.
"""
Expand Down
2 changes: 1 addition & 1 deletion lib/kafka_ex/gen_consumer.ex
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ defmodule KafkaEx.GenConsumer do
## Committing Offsets
`KafkaEx.GenConsumer` manages a consumer's offsets by committing the the offsets
`KafkaEx.GenConsumer` manages a consumer's offsets by committing the offsets
of consumed messages. KafkaEx supports two commit strategies: asynchronous
and synchronous. The return value of `c:handle_message_set/2` determines
which strategy is used:
Expand Down

0 comments on commit 4654820

Please sign in to comment.