We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 268a3cb commit 317e2e1Copy full SHA for 317e2e1
README.md
@@ -412,7 +412,7 @@ The call to `sqlite::error_log` has to be the first call to any `sqlite_modern_c
412
cerr << e.get_code() << ": " << e.what() << endl;
413
},
414
[&](errors::misuse& e) {
415
- /* You can behave differently to specific exceptions */
+ /* You can behave differently to specific errors */
416
}
417
);
418
database db(":memory:");
0 commit comments