From 7b22d453edc3caae43d0c82e5fd1e00eeee6ab6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ernesto=20Garc=C3=ADa?= Date: Sun, 1 Sep 2024 10:53:58 -0600 Subject: [PATCH] Link --- contracts/interfaces/IERC2981.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/interfaces/IERC2981.sol b/contracts/interfaces/IERC2981.sol index 526f54c6e11..22b951dd84e 100644 --- a/contracts/interfaces/IERC2981.sol +++ b/contracts/interfaces/IERC2981.sol @@ -16,7 +16,7 @@ interface IERC2981 is IERC165 { * @dev Returns how much royalty is owed and to whom, based on a sale price that may be denominated in any unit of * exchange. The royalty amount is denominated and should be paid in that same unit of exchange. * - * NOTE: ERC-2981 allows setting the royalty to 100% of the price. In that case all the price would be sent to the + * NOTE: ERC-2981 allows setting the royalty to 100% of the price. In that case all the price would be sent to the * royalty receiver and 0 tokens to the seller. Contracts dealing with royalty should consider empty transfers. */ function royaltyInfo(