Skip to content

Commit

Permalink
fix: updated doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishabh Sharma committed Sep 7, 2023
1 parent 0e0ff10 commit 7b7ec59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ contract RoyaltyManager is AccessControlUpgradeable, IRoyaltyManager {
return (commonRecipient, contractRoyalty[msg.sender]);
}

/// @notice returns the EIP2981 royalty split
/// @notice returns the EIP2981 royalty bps
/// @param _contractAddress the address of the contract for which the royalty is required
/// @return royaltyBps royalty bps of the contract
function getContractRoyalty(address _contractAddress) external view returns (uint16 royaltyBps) {
Expand Down

0 comments on commit 7b7ec59

Please sign in to comment.