diff --git a/cpp/CONTRIBUTING.md b/cpp/CONTRIBUTING.md index 8711d8705047d1c737c15e9c5ba39b0ae940c901..665b8cb9859fbf3cce720d3390d59dd9d34a88f4 100644 --- a/cpp/CONTRIBUTING.md +++ b/cpp/CONTRIBUTING.md @@ -49,7 +49,7 @@ And we made the following changes based on the guide: - 4 spaces for indentation - Adopt .cpp file extension instead of .cc extension - 120-character line length -- The file name starts with the upper case +- Camel-Cased file names ## Run unit test