Skip to content

Commit 4a21714

Browse files
misc: Little comment ammend
1 parent 0260658 commit 4a21714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ATokenVaultRevenueSplitterOwner.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ contract ATokenVaultRevenueSplitterOwner is Ownable {
173173
}
174174

175175
/**
176-
* @dev Does not check for duplicates in the recipients array. Sum of shares must be represent 100.00% in BPS.
176+
* @dev Does not check for duplicates in the recipients array. Sum of shares must represent 100.00% in basis points.
177177
*/
178178
function _setRecipients(Recipient[] memory recipients) internal {
179179
uint256 accumulatedShareInBps = 0;

0 commit comments

Comments
 (0)