diff --git a/contracts/interfaces/ILensProfiles.sol b/contracts/interfaces/ILensProfiles.sol index c6a52ab9..b094f8c7 100644 --- a/contracts/interfaces/ILensProfiles.sol +++ b/contracts/interfaces/ILensProfiles.sol @@ -31,7 +31,7 @@ interface ILensProfiles is ILensERC721 { function getTokenGuardianDisablingTimestamp(address wallet) external view returns (uint256); /** - * @notice allows transferring of profile but keeping the delegate settings + * @notice Allows transferring a profile while keeping the delegate settings. */ function transferFromKeepingDelegates(address from, address to, uint256 tokenId) external; }