Commit c5dc6414 authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

Merge pull request #4107 from neutiyoo/patch-1

docs: fix typo `qn` -> `an`
parents baa0e305 811f53f4
...@@ -336,7 +336,7 @@ See the [corresponding section][spec-deposit-tx-type] of the deposits spec for m ...@@ -336,7 +336,7 @@ See the [corresponding section][spec-deposit-tx-type] of the deposits spec for m
[deposit-contract]: glossary.md#deposit-contract [deposit-contract]: glossary.md#deposit-contract
The *deposit contract* is qn [L1] contract to which [EOAs][EOA] and contracts may send [deposits]. The deposits are The *deposit contract* is an [L1] contract to which [EOAs][EOA] and contracts may send [deposits]. The deposits are
emitted as log records (in Solidity, these are called *events*) for consumption by [rollup nodes][rollup-node]. emitted as log records (in Solidity, these are called *events*) for consumption by [rollup nodes][rollup-node].
Advanced note: the deposits are not stored in calldata because they can be sent by contracts, in which case the calldata Advanced note: the deposits are not stored in calldata because they can be sent by contracts, in which case the calldata
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment