Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ospfranco committed Oct 4, 2024
1 parent 3481368 commit 92b60e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/bridge.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ BridgeResult opsqlite_open(std::string const &name,

if (dbMap.count(name) != 0) {
throw std::runtime_error(
"[OP-SQLITE] Only JS connection per database is allowed, db name: " +
"[OP-SQLITE] Only one connection per database is allowed, db name: " +
name);
}
#endif
Expand Down

0 comments on commit 92b60e8

Please sign in to comment.