fix: minor typo (#225)
This commit is contained in:
parent
9314cb14a6
commit
65b45470d6
|
|
@ -1722,7 +1722,7 @@ Status CollectionImpl::create() {
|
|||
}
|
||||
if (ailego::FileHelper::IsExist(path_.c_str())) {
|
||||
return Status::InvalidArgument("path validate failed: path[", path_,
|
||||
"] is existed");
|
||||
"] exists");
|
||||
}
|
||||
|
||||
// check schema
|
||||
|
|
@ -1876,4 +1876,4 @@ std::vector<Segment::Ptr> CollectionImpl::get_all_persist_segments() const {
|
|||
return segment_manager_->get_segments();
|
||||
}
|
||||
|
||||
} // namespace zvec
|
||||
} // namespace zvec
|
||||
|
|
|
|||
Loading…
Reference in New Issue