Update docs (#2168)

* Update docs for ERC20 and ERC721

* Add EnumerableMap to docs

* Update misc guides

* Apply suggestions from code review

Co-Authored-By: Francisco Giordano <frangio.1@gmail.com>

Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
This commit is contained in:
Nicolás Venturo
2020-04-03 13:17:24 -03:00
committed by GitHub
parent 6668a4d05c
commit 402c6ab4cc
11 changed files with 53 additions and 69 deletions

View File

@ -16,6 +16,8 @@ Miscellaneous contracts containing utility functions, often related to working w
{{EnumerableSet}}
{{EnumerableMap}}
{{Create2}}
{{ReentrancyGuard}}