Skip to content

Commit c395246

Browse files
Typo/weird wording
(cherry picked from commit ad5abba)
1 parent 88d51fa commit c395246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/priority_queue_SUITE.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ max_priorities_above_hard_limit(Config) ->
200200
Q = <<"max_priorities_above_hard_limit">>,
201201
?assertExit(
202202
{{shutdown, {server_initiated_close, 406, _}}, _},
203-
%% Note that lower values (e.g. 300) will cause overflow the byte type here.
203+
%% Note that lower values (e.g. 300) will overflow the byte type here.
204204
%% However, values >= 256 would still be rejected when used by
205205
%% other clients
206206
declare(Ch, Q, 3000)),

0 commit comments

Comments
 (0)