From 69a1bf3b30dad4ba4bc989e2c6f82ffe8e11e3d5 Mon Sep 17 00:00:00 2001 From: wangbinzjut Date: Thu, 18 Aug 2022 15:39:33 +0800 Subject: [PATCH] Update README.md (#155) Co-authored-by: wangbin13 --- 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(); }