Skip to content

Commit 3ee9e10

Browse files
authored
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 <[email protected]>
1 parent cb4cbc6 commit 3ee9e10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/hello_milvus.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#################################################################################
2424
# 1. connect to Milvus
2525
# Add a new connection alias `default` for Milvus server in `localhost:19530`
26-
# Actually the "default" alias is a buildin in PyMilvus.
26+
# Actually the "default" alias is built-in to PyMilvus.
2727
# If the address of Milvus is the same as `localhost:19530`, you can omit all
2828
# parameters and call the method as: `connections.connect()`.
2929
#

0 commit comments

Comments
 (0)