Use "OpenZeppelin Contracts" where appropriate (#2778)

This commit is contained in:
William Entriken
2021-07-20 09:35:58 -04:00
committed by GitHub
parent d3c5bdf4de
commit 0500c9e53e
11 changed files with 20 additions and 17 deletions

View File

@ -1,3 +1,3 @@
## Testing
Unit test are critical to the OpenZeppelin framework. They help ensure code quality and mitigate against security vulnerabilities. The directory structure within the `/test` directory corresponds to the `/contracts` directory.
Unit test are critical to OpenZeppelin Contracts. They help ensure code quality and mitigate against security vulnerabilities. The directory structure within the `/test` directory corresponds to the `/contracts` directory.