Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] Fix a typo: contract -> contrast #4281

Merged
merged 1 commit into from Mar 8, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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