From 3ee9e10ffd151a9370109a86c61f9c156a99b1ab Mon Sep 17 00:00:00 2001 From: Alessandro Brunello <47779194+Armaggheddon@users.noreply.github.com> Date: Tue, 29 Oct 2024 11:24:14 +0100 Subject: [PATCH] Fixed typo in comment of step 1 (#2302) Fixed typo in comment of step 1 from "... buildin in ..." to "... is built-in to ..." Signed-off-by: Armaggheddon --- examples/hello_milvus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/hello_milvus.py b/examples/hello_milvus.py index 795db825d..bd9c0a020 100644 --- a/examples/hello_milvus.py +++ b/examples/hello_milvus.py @@ -23,7 +23,7 @@ ################################################################################# # 1. connect to Milvus # Add a new connection alias `default` for Milvus server in `localhost:19530` -# Actually the "default" alias is a buildin in PyMilvus. +# Actually the "default" alias is built-in to PyMilvus. # If the address of Milvus is the same as `localhost:19530`, you can omit all # parameters and call the method as: `connections.connect()`. #