Skip to content

Commit e584952

Browse files
committed
update guide.md
1 parent 54ad2c1 commit e584952

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/guide.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -686,9 +686,8 @@ Function test_withoutTransactions($t : cs.Testing)
686686
The Testing context provides methods for manual transaction management:
687687

688688
```4d
689-
Function test_manualTransactions($t : cs.Testing)
690689
// #transaction: false
691-
690+
Function test_manualTransactions($t : cs.Testing)
692691
// Start transaction manually
693692
$t.startTransaction()
694693
@@ -704,9 +703,8 @@ Function test_manualTransactions($t : cs.Testing)
704703
$t.cancelTransaction()
705704
End if
706705
707-
Function test_transactionWrapper($t : cs.Testing)
708706
// #transaction: false
709-
707+
Function test_transactionWrapper($t : cs.Testing)
710708
// Execute operation within transaction (auto-rollback)
711709
var $success : Boolean
712710
$success:=$t.withTransaction(Formula(

0 commit comments

Comments
 (0)