提交 7189f282 编写于 作者: J Jeff

Merge branch 'branch-0.5.0' into 'branch-0.5.0'

fix typo

See merge request megasearch/milvus!597

Former-commit-id: 7f28d60e42c0926669e55ae6f7d07781b8f54a7c
......@@ -28,7 +28,7 @@ namespace milvus {
class Exception : public std::exception {
public:
Exception(ErrorCode code, const std::string& message)
: code_(code_),
: code_(code),
message_(message) {
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册