Skip to content

Commit 396c7c2

Browse files
f: minor
1 parent 0aa2a8d commit 396c7c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/horizon/contracts/interfaces/IRecurringCollector.sol

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ interface IRecurringCollector is IAuthorizable, IPaymentsCollector {
3838
// The maximum amount of tokens that can be collected in the first collection
3939
// on top of the amount allowed for subsequent collections
4040
uint256 maxInitialTokens;
41-
// The maximum amount of tokens that can be collected in a single collection
41+
// The maximum amount of tokens that can be collected per second
4242
// except for the first collection
4343
uint256 maxOngoingTokensPerSecond;
4444
// The minimum amount of seconds that must pass between collections
@@ -60,7 +60,7 @@ interface IRecurringCollector is IAuthorizable, IPaymentsCollector {
6060
// The maximum amount of tokens that can be collected in the first collection
6161
// on top of the amount allowed for subsequent collections
6262
uint256 maxInitialTokens;
63-
// The maximum amount of tokens that can be collected in a single collection
63+
// The maximum amount of tokens that can be collected per second
6464
// except for the first collection
6565
uint256 maxOngoingTokensPerSecond;
6666
// The minimum amount of seconds that must pass between collections

0 commit comments

Comments
 (0)