Skip to content

Commit c6c6b1b

Browse files
committed
fix comment
1 parent 8e1b269 commit c6c6b1b

File tree

1 file changed

+1
-1
lines changed
  • packages/thirdweb/src/extensions/erc721/read

1 file changed

+1
-1
lines changed

packages/thirdweb/src/extensions/erc721/read/getNFT.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export type GetNFTParams = Prettify<
5252
* const nft = await getNFT({
5353
* contract,
5454
* tokenId: 1n,
55-
* nonSequential: true // use this flag if the contract supports `tokenByIndex` and the above tokenId should be treated as an index.
55+
* tokenByIndex: true // use this flag if the contract supports `tokenByIndex` and the above tokenId should be treated as an index.
5656
* });
5757
* ```
5858
*/

0 commit comments

Comments
 (0)