Skip to content

Commit

Permalink
Merge pull request #312 from heetch/chore/fix-typo-in-docs
Browse files Browse the repository at this point in the history
Add missing opening backquote in doc
  • Loading branch information
joshuawscott committed Oct 2, 2018
2 parents 8e4ca55 + c5459fc commit c5b9971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kafka_ex.ex
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ defmodule KafkaEx do
Builds options to be used with workers
Merges the given options with defaults from the application env config.
Returns p{:error, :invalid_consumer_options}` if the consumer group
Returns `{:error, :invalid_consumer_options}` if the consumer group
configuation is invalid, and `{:ok, merged_options}` otherwise.
Note this happens automatically when using `KafkaEx.create_worker`.
Expand Down

0 comments on commit c5b9971

Please sign in to comment.