Skip to content

Commit 289e66a

Browse files
authored
Merge pull request #593 from tomkonidas/patch-1
Fix typo in brod_consumer documentation
2 parents 74f8e5c + e150b65 commit 289e66a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/brod_consumer.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ start_link(Bootstrap, Topic, Partition, Config) ->
212212
%% a relatively small `max_bytes', then let it dynamically adjust
213213
%% to a number around `PrefetchCount * AverageSize'</li>
214214
%%
215-
%% <li>`isolation_level': (optional, default = `read_commited')
215+
%% <li>`isolation_level': (optional, default = `read_committed')
216216
%%
217217
%% Level to control what transaction records are exposed to the
218218
%% consumer. Two values are allowed, `read_uncommitted' to retrieve

0 commit comments

Comments
 (0)