Update README.md

This commit is contained in:
wangbin13 2022-08-18 15:35:33 +08:00
parent 543a901ee7
commit 9795a50524
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();
}