From 9795a505243e0a0b822f3ec67cede433144f743d Mon Sep 17 00:00:00 2001 From: wangbin13 Date: Thu, 18 Aug 2022 15:35:33 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e98e221..13e65bb 100644 --- a/README.md +++ b/README.md @@ -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(); }