From 44cc8e440f2b50feb9eae6ef20ec0c0889689d16 Mon Sep 17 00:00:00 2001 From: song Date: Mon, 18 Sep 2023 16:49:16 +0800 Subject: [PATCH] Fix a typo in glossary.md it's -> its --- specs/glossary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/glossary.md b/specs/glossary.md index 8382adf9c61e..e545548cc5fa 100644 --- a/specs/glossary.md +++ b/specs/glossary.md @@ -645,7 +645,7 @@ blocks older than two L1 epochs (64 L1 [time slots][time-slot]). [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. - cf. [Deposit Specification](deposits.md#address-aliasing)