Commit b5bf89e2 authored by Rati Montreewat's avatar Rati Montreewat Committed by GitHub

Fixing comment typos

Co-authored-by: default avatarMaurelian <john@oplabs.co>
parent a2951fa9
...@@ -8,7 +8,7 @@ contract AddressAliasHelper_Converter { ...@@ -8,7 +8,7 @@ contract AddressAliasHelper_Converter {
bool public failedRoundtrip; bool public failedRoundtrip;
/** /**
* @dev Allows the actor to convert l1 tp l2 address and vice versa. * @dev Allows the actor to convert L1 to L2 addresses and vice versa.
*/ */
function convertRoundTrip(address addr) external { function convertRoundTrip(address addr) external {
// Alias our address // Alias our address
......
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