diff --git a/contracts/token/erc721/abstract/ImmutableERC721HybridBase.sol b/contracts/token/erc721/abstract/ImmutableERC721HybridBase.sol index e49bcbb9..942d0a02 100644 --- a/contracts/token/erc721/abstract/ImmutableERC721HybridBase.sol +++ b/contracts/token/erc721/abstract/ImmutableERC721HybridBase.sol @@ -30,7 +30,6 @@ abstract contract ImmutableERC721HybridBase is * @param operatorAllowlist_ The address of the operator allowlist * @param receiver_ The address of the royalty receiver * @param feeNumerator_ The royalty fee numerator - * @dev the royalty receiver and amount (this can not be changed once set) */ constructor( address owner_,