From 43cd9fa0f4ac9f59ecd9cb45a43b69ccde9512af Mon Sep 17 00:00:00 2001 From: Eli Boyarski Date: Fri, 28 Mar 2025 21:12:21 +0300 Subject: [PATCH] doc: README.md: has->have (#40152) doc: "The vectors ... has" -> "The vectors ... have" Signed-off-by: Eli Boyarski --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0eb11cedc2..a4eda0bfb0 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ With the client, you can create collection: ```python client.create_collection( collection_name="demo_collection", - dimension=768, # The vectors we will use in this demo has 768 dimensions + dimension=768, # The vectors we will use in this demo have 768 dimensions ) ``` @@ -680,4 +680,4 @@ Reference to cite when you use Milvus in a research paper: - \ No newline at end of file +