From f156e636371f3939fbb7dbd53cac8e0a26113e64 Mon Sep 17 00:00:00 2001 From: yanliang567 <82361606+yanliang567@users.noreply.github.com> Date: Tue, 4 Jan 2022 19:33:31 +0800 Subject: [PATCH] [skip e2e]Fix a grammar issue (#14686) Signed-off-by: yanliang567 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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