Update README.md (#155)
Co-authored-by: wangbin13 <wangbin13@corp.netease.com>
This commit is contained in:
parent
543a901ee7
commit
69a1bf3b30
|
|
@ -413,7 +413,7 @@ what was the previous value that this operation was overwritten. You can do that
|
|||
else
|
||||
std::cout << "operation failed, details: " << response.error_message();
|
||||
}
|
||||
catch (std::ecxeption const & ex)
|
||||
catch (std::exception const & ex)
|
||||
{
|
||||
std::cerr << "communication problem, details: " << ex.what();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue