Skip to content

Commit 317e2e1

Browse files
committed
Fix misleading comment
1 parent 268a3cb commit 317e2e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ The call to `sqlite::error_log` has to be the first call to any `sqlite_modern_c
412412
cerr << e.get_code() << ": " << e.what() << endl;
413413
},
414414
[&](errors::misuse& e) {
415-
/* You can behave differently to specific exceptions */
415+
/* You can behave differently to specific errors */
416416
}
417417
);
418418
database db(":memory:");

0 commit comments

Comments
 (0)