fixed small typo in utilities.md (#1785)

(cherry picked from commit 8545c99fb1)
pull/2057/head
Alan Arvelo 6 years ago committed by Francisco Giordano
parent aa878d8b69
commit 7cafa2f78d
  1. 2
      docs/utilities.md

@ -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.

Loading…
Cancel
Save