Skip to content

Commit

Permalink
Fix typo in rate valve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fishcakez committed Oct 3, 2016
1 parent 75b1ab7 commit 713408d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sregulator_rate_valve.erl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
%% `sregulator'. Its argument is of the form:
%% ```
%% {Limit :: non_neg_integer(), Interval :: pos_integer(),
%% Min :: non_neg_integer(), Max :: non_neg_integer() | infinity
%% Min :: non_neg_integer(), Max :: non_neg_integer() | infinity}
%% '''
%% `Limit' is the number of new tasks that can run when the number of
%% concurrent tasks is at or above the minimum capacity, `Min', and below the
Expand Down

0 comments on commit 713408d

Please sign in to comment.