Skip to content

Commit

Permalink
Merge c857c1c into 08f8bf7
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Arvelo committed Jun 4, 2019
2 parents 08f8bf7 + c857c1c commit 9143dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/utilities.md
Expand Up @@ -89,6 +89,6 @@ If you want to Escrow some funds, check out [`Escrow`](api/payment#escrow) and [

### Misc

Want to check if an address is a contract? Use [`Address`](api/utils#address) and [`Address#isContract()`](api/utils#Address.isContract(address)).
Want to check if an address is a contract? Use [`Address`](api/utils#address) and [`Address.isContract()`](api/utils#Address.isContract(address)).

Want to keep track of some numbers that increment by 1 every time you want another one? Check out [`Counter`](api/drafts#counter). This is especially useful for creating incremental ERC721 `tokenId`s like we did in the last section.

0 comments on commit 9143dc4

Please sign in to comment.