Skip to content

Commit

Permalink
fixed small typo in utilities.md (#1785)
Browse files Browse the repository at this point in the history
(cherry picked from commit 8545c99)
  • Loading branch information
Alan Arvelo authored and frangio committed Jun 26, 2019
1 parent aa878d8 commit 7cafa2f
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 7cafa2f

Please sign in to comment.