Skip to content

Commit 9108eda

Browse files
Merge pull request 0xPolygon#176 from 0xPolygon/EmpieichO-patch-1
Update agglayer.md - fixing minor typos
2 parents f22166b + 0c42de7 commit 9108eda

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/learn/agglayer.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Reliance on bridging in order to connect what are essentially isolated networks,
2222

2323
Let's take a deeper look at cross-chain transfers.
2424

25-
First of all, we understand execution of atomic cross-chain transactions to mean that, with every set of transactions a user submits to multiple chains, the user has the guarantee that either all transactions are execute successfully or none of them is included in any chain.[^1]
25+
First of all, we understand execution of atomic cross-chain transactions to mean that, with every set of transactions a user submits to multiple chains, the user has the guarantee that either all transactions are executed successfully or none of them is included in any chain.[^1]
2626

2727
Consider the following example as a typical cross-chain transfer.
2828

@@ -97,7 +97,7 @@ There's a subtle detail about validiums that needs to be noted.
9797

9898
For all rollup chains, we have all data necessary to retrieve the proof of inclusion for a particular message in some list $M_i$.
9999

100-
But this is not so validium chains. For instance, there could be a 'data withholding' attack.
100+
But this is not so with validium chains. For instance, there could be a 'data withholding' attack.
101101

102102
So we need to ensure that 'data withholding' attacks do no affect validium users' ability to process an exit or message from a rollup.
103103

@@ -106,7 +106,7 @@ The solution that enables validium users to circumvent 'data withholding' attack
106106

107107
#### Proof aggregation interface
108108

109-
The `submitBatch` data interface used to transmit proofs between chains and the AggLayer, involves the following data elements. The below table records the interface data elements, their types and brief descriptions.
109+
The `submitBatch` data interface is used to transmit proofs between chains and the AggLayer, involves the following data elements. The below table records the interface data elements, their types and brief descriptions.
110110

111111
| Field | Type | Description |
112112
| :----------------------: | :-------------: | ------------------------------------------------------------------------- |

0 commit comments

Comments
 (0)