Skip to content

Commit

Permalink
typos Messaging.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
Pricstas authored Dec 18, 2024
1 parent 42b5bd9 commit aa90995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/blockchain/ethereum/src/Messaging.sol
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ error WithdrawAlreadyError();
* In solidity, when we query a mapping, if the key does not exist, 0 is returned when
* the value is an uint256.
*
* For this reason, we use here a enum-like to ensure the correct state of the message.
* For this reason, we use here an enum-like to ensure the correct state of the message.
*/
contract StarklaneMessaging is Ownable {
// Messages sent directly from L2 indexer, that can be withdrawn with
Expand Down

0 comments on commit aa90995

Please sign in to comment.