Skip to content

Conversation

@come-maiz
Copy link

  • πŸ“˜ I've reviewed the OpenZeppelin Contributor Guidelines
  • βœ… I've added tests where applicable to test my new functionality.
  • πŸ“– I've made sure that my contracts are well-documented.
  • 🎨 I've run the JS/Solidity linters and fixed any issues (npm run lint:all:fix).

@come-maiz come-maiz added kind:improvement documentation Inline comments, guides, and examples. labels Aug 1, 2018
CODE_STYLE.md Outdated
* Parameters must be prefixed with an underscore.

```
function test(_testParameter1, _testParameter2) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Parameters are missing their type.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸ€” thanks for catching it. I pushed the fix.

@nventuro nventuro merged commit 89ccb03 into OpenZeppelin:master Aug 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Inline comments, guides, and examples.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants