Skip to content

Commit e9987da

Browse files
filippoweb3laboon
andauthored
Update docs/learn/learn-transactions.md
Co-authored-by: Bill Laboon <laboon@users.noreply.github.com>
1 parent 8e0b81a commit e9987da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/learn/learn-transactions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ vesting cases, the lock decreases over time until all the funds are transferable
9494

9595
Batch transactions are single transactions that "batch together" multiple calls. The `utility` pallet is used to dispatch batched calls, and there are three types of batch calls:
9696
- `utility.batch()`: Stops execution if it encounters an error and emits an event with the number of executed calls and the error of the failed call.
97-
- `utility.batchAll()`: atomic batch execution, meaning that if any call within the batch fails, everything is rolled back as if nothing happened.
97+
- `utility.batchAll()`: Atomic batch execution, meaning that if any call within the batch fails, everything is rolled back as if nothing happened.
9898
- `utility.forceBatch()`: If any transaction fails, it is ignored, and the rest of the transactions are executed.
9999

100100
| Function | Stops on Error | Atomic | Events for Debugging |

0 commit comments

Comments
 (0)