Skip to content

Commit b0355c3

Browse files
committed
update ERC2981 comments
1 parent ab46879 commit b0355c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contracts/token/common/ERC2981/ERC2981Internal.sol

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ import { IERC2981Internal } from '../../../interfaces/IERC2981Internal.sol';
1010
*/
1111
abstract contract ERC2981Internal is IERC2981Internal {
1212
/**
13-
* @notice called with the sale price to determine how much royalty is owed and to whom
13+
* @notice calculate how much royalty is owed and to whom
14+
* @dev royalty must be paid in addition to, rather than deducted from, salePrice
1415
* @param tokenId the ERC721 or ERC1155 token id to query for royalty information
1516
* @param salePrice the sale price of the given asset
1617
* @return royaltyReceiver rightful recipient of royalty

0 commit comments

Comments
 (0)