From 5956482d732a70f32c192cdca0735e1d37dd75c3 Mon Sep 17 00:00:00 2001 From: Daniel Lima <38267570+karacurt@users.noreply.github.com> Date: Wed, 24 Apr 2024 13:19:52 -0300 Subject: [PATCH] Update contracts/NftRentalMarketplace.sol MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Ernani São Thiago --- contracts/NftRentalMarketplace.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/NftRentalMarketplace.sol b/contracts/NftRentalMarketplace.sol index cf66c13..6a95228 100644 --- a/contracts/NftRentalMarketplace.sol +++ b/contracts/NftRentalMarketplace.sol @@ -242,7 +242,7 @@ contract NftRentalMarketplace is Initializable, OwnableUpgradeable, PausableUpgr } /** - * @notice Withdraws the NFT from roles registry. + * @notice Withdraws NFTs from roles registry. * @dev Can only be called by the token owner. * @param _tokenAddresses The NFT tokenAddresses. * @param _tokenIds The NFT tokenIds.