Skip to content

Commit

Permalink
Update and rename src/README.md to CONTRIBUTING.md
Browse files Browse the repository at this point in the history
This way, GitHub notifies people about this document when they try to make a pull request.
  • Loading branch information
LB-- committed Jun 8, 2013
1 parent 58e70b8 commit e457a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/README.md → CONTRIBUTING.md
Expand Up @@ -57,7 +57,7 @@ Constructor initializer lists should have each element on their own line and hav
}
```
The `const` keyword is to appear on the right side of types, to be consisten with other uses of the `const` keyword:
The `const` keyword is to appear on the right side of types, to be consistent with other uses of the `const` keyword:
```cpp
char const *identifier;
```
Expand Down

0 comments on commit e457a65

Please sign in to comment.