Skip to content

Commit

Permalink
Update ERC-7531: Fix typo in IERC7531
Browse files Browse the repository at this point in the history
Merged by EIP-Bot.
  • Loading branch information
sullof authored Apr 10, 2024
1 parent f94fa5e commit 057a24c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ERCS/erc-7531.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ interface IERC7531 {
*
* @param tokenAddress The address of the ERC-721 contract.
* @param tokenId The ID of the token.
* @param rights The type of rights held by the holder.
* @param right The type of right held by the holder.
* @return The address of the entity with rights over the token.
*/
function rightsHolderOf(
Expand Down

0 comments on commit 057a24c

Please sign in to comment.