Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Commit 8f82267

Browse files
committed
Fix grammar
1 parent e5fa127 commit 8f82267

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

3.10/transactions-javascript-transactions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ db._executeTransaction({
285285

286286
### Throwing Exceptions
287287

288-
If you catch errors in your transaction, try to get them solved, but fail
288+
If you catch errors in your transaction, try to get them solved. If you can't,
289289
you may want to mimic original ArangoDB error messages to ease the control flow
290290
of your invoking environment. This can be done like this:
291291

3.11/transactions-javascript-transactions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ db._executeTransaction({
285285

286286
### Throwing Exceptions
287287

288-
If you catch errors in your transaction, try to get them solved, but fail
288+
If you catch errors in your transaction, try to get them solved. If you can't,
289289
you may want to mimic original ArangoDB error messages to ease the control flow
290290
of your invoking environment. This can be done like this:
291291

3.12/transactions-javascript-transactions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ db._executeTransaction({
285285

286286
### Throwing Exceptions
287287

288-
If you catch errors in your transaction, try to get them solved, but fail
288+
If you catch errors in your transaction, try to get them solved. If you can't,
289289
you may want to mimic original ArangoDB error messages to ease the control flow
290290
of your invoking environment. This can be done like this:
291291

3.9/transactions-javascript-transactions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ db._executeTransaction({
285285

286286
### Throwing Exceptions
287287

288-
If you catch errors in your transaction, try to get them solved, but fail
288+
If you catch errors in your transaction, try to get them solved. If you can't,
289289
you may want to mimic original ArangoDB error messages to ease the control flow
290290
of your invoking environment. This can be done like this:
291291

0 commit comments

Comments
 (0)