Skip to content

Commit

Permalink
Merge pull request #1 from castleproject/jonorossi-string-alias
Browse files Browse the repository at this point in the history
Change style convention for string alias use.
  • Loading branch information
jonorossi committed Apr 27, 2015
2 parents d3d47d9 + 07bd69c commit 058eb1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -214,7 +214,7 @@ private int port;

## Others
### String
Prefer `String` instead of `string`, although this is not required.
Prefer `string` instead of `String` (i.e. `System.String`), the C# alias should always be used.

### C style code
Avoid it like hell. Code like the following should not be on the code base:
Expand Down

0 comments on commit 058eb1c

Please sign in to comment.