不要怂,就是干,撸起袖子干!

Commit 117dc0c9 by o-pikozh Committed by Felix Becker

docs: orthographic fix in comments (#7835)

"seperate" -> "separate".
1 parent 4313a494
Showing with 2 additions and 2 deletions
...@@ -847,7 +847,7 @@ class QueryInterface { ...@@ -847,7 +847,7 @@ class QueryInterface {
throw new Error('Unable to set autocommit for a transaction without transaction object!'); throw new Error('Unable to set autocommit for a transaction without transaction object!');
} }
if (transaction.parent) { if (transaction.parent) {
// Not possible to set a seperate isolation level for savepoints // Not possible to set a separate isolation level for savepoints
return Promise.resolve(); return Promise.resolve();
} }
...@@ -870,7 +870,7 @@ class QueryInterface { ...@@ -870,7 +870,7 @@ class QueryInterface {
} }
if (transaction.parent || !value) { if (transaction.parent || !value) {
// Not possible to set a seperate isolation level for savepoints // Not possible to set a separate isolation level for savepoints
return Promise.resolve(); return Promise.resolve();
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!