Skip to content

Commit

Permalink
Merge pull request #931 from lukso-network/docs/lsp8-fix
Browse files Browse the repository at this point in the history
docs: fix incorrect Natspec for LSP8 function `tokenOwnerOf`
  • Loading branch information
CJ42 authored Mar 22, 2024
2 parents 66880ff + 276d114 commit c4443b9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ interface ILSP8IdentifiableDigitalAsset is IERC165, IERC725Y {
function balanceOf(address tokenOwner) external view returns (uint256);

/**
* @dev Returns the list of `tokenIds` for the `tokenOwner` address.
* @dev Returns the address that owns a given `tokenId`.
*
* @param tokenId tokenOwner The address to query owned tokens
* @param tokenId The token ID to query the owner for.
* @return The owner address of the given `tokenId`.
*
* @custom:requirements `tokenId` must exist.
Expand Down

0 comments on commit c4443b9

Please sign in to comment.