diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e87a4f1997..1e86dd0548 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -143,7 +143,7 @@ $ make fmt ### C++ coding style The C++ coding style used in Milvus generally follows [Google C++ Style Guide](https://google.github.io/styleguide/cppguide.html). -And we made the following changes based on the guide: +We made the following changes based on the guide: - 4 spaces for indentation - Adopt .cpp file extension instead of .cc extension