Skip to content

Commit

Permalink
[docs] Fix a typo: contract -> contrast (#4281)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrv1k committed Mar 8, 2022
1 parent a4c4637 commit 10da653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -300,7 +300,7 @@ Learn to export [es6](https://flow.org/en/docs/libdefs/creation/#toc-declaring-a

### Declaring types

Types in contract to variables when declared inside a module do not need to be explicitly exported as they will be exported automatically.
Types in contrast to variables when declared inside a module do not need to be explicitly exported as they will be exported automatically.

These two will work the same
```js
Expand Down

0 comments on commit 10da653

Please sign in to comment.