Skip to content

Commit

Permalink
chore: Update how_l2_messaging_works.md (matter-labs#739)
Browse files Browse the repository at this point in the history
## What ❔

fix typo

## Checklist

<!-- Check your PR fulfills the following items. -->
<!-- For draft PRs check the boxes as you complete them. -->

- [x] PR title corresponds to the body of PR (we generate changelog
entries from PRs).
- [x] Tests for the changes have been added / updated.
- [x] Documentation comments have been added / updated.
- [x] Code has been formatted via `zk fmt` and `zk lint`.
- [x] Spellcheck has been run via `cargo spellcheck
--cfg=./spellcheck/era.cfg --code 1`.
  • Loading branch information
Saladerl authored Dec 22, 2023
1 parent 2df0c13 commit 44b6e13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guides/advanced/how_l2_messaging_works.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ sent.
### Retrieving Full Message Contents

We go through all the Events generated during the run [here][iterate_over_events] and identify those coming from the
`L1_MESSENGER_ADDRESS` that correspond to the `L1MessageSent` topic. These Events represent the 'emit' calls executed in
Part 2.
`L1_MESSENGER_ADDRESS` that corresponds to the `L1MessageSent` topic. These Events represent the 'emit' calls executed
in Part 2.

### Retrieving Message Hashes

Expand Down

0 comments on commit 44b6e13

Please sign in to comment.