Commit 3f3544a7 authored by Joshua Gutow's avatar Joshua Gutow Committed by GitHub

Merge pull request #7284 from cynic-1/patch-3

Fix a typo in glossary.md
parents 4e8e61dd 44cc8e44
...@@ -645,7 +645,7 @@ blocks older than two L1 epochs (64 L1 [time slots][time-slot]). ...@@ -645,7 +645,7 @@ blocks older than two L1 epochs (64 L1 [time slots][time-slot]).
[address-aliasing]: glossary.md#address-aliasing [address-aliasing]: glossary.md#address-aliasing
When a contract submits a [deposit][deposits] from L1 to L2, it's address (as returned by `ORIGIN` and `CALLER`) will be When a contract submits a [deposit][deposits] from L1 to L2, its address (as returned by `ORIGIN` and `CALLER`) will be
aliased with a modified representation of the address of a contract. aliased with a modified representation of the address of a contract.
- cf. [Deposit Specification](deposits.md#address-aliasing) - cf. [Deposit Specification](deposits.md#address-aliasing)
......
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