fix: minor typo (#225)

This commit is contained in:
Abdur-Rahmaan Janhangeer 2026-03-16 07:31:44 +04:00 committed by GitHub
parent 9314cb14a6
commit 65b45470d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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