Update README.md (#155)

Co-authored-by: wangbin13 <wangbin13@corp.netease.com>
This commit is contained in:
wangbinzjut 2022-08-18 15:39:33 +08:00 committed by GitHub
parent 543a901ee7
commit 69a1bf3b30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}