Skip to content

Commit

Permalink
Revise small grammar (facebookresearch#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
guitared authored Nov 20, 2023
1 parent c620f09 commit 59aee08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,14 +153,14 @@ isort . && black .
```

### C++
For C++ and CUDA , we do not enforce our coding conventions via a tool (e.g.
For C++ and CUDA, we do not enforce our coding conventions via a tool (e.g.
clang-format), but we expect you to follow them. You can check out any C++ file
in our code base to study our conventions. Since C++ syntax can become pretty
complex at times, refrain from being too pedantic and prioritize readability
over convention.


## Check List For Pull Requests
## Check List for Pull Requests
1. Fork the repository and create your branch from `main`.
2. If you've added code that should be tested, add tests, and ensure the entire
test suite passes.
Expand All @@ -171,7 +171,7 @@ over convention.

## Contributor License Agreement ("CLA")
In order to accept your pull request, we need you to submit a CLA. You only need
to do this once to work on any of Facebook's open source projects.
to do this once to work on any of Facebook's open-source projects.

Complete your CLA here: <https://code.facebook.com/cla>

Expand Down

0 comments on commit 59aee08

Please sign in to comment.