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()`. #