Skip to content

Commit

Permalink
typos RLPReader.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcofann authored Jan 3, 2025
1 parent b292284 commit f5a72ab
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ library RLPReader {
}

/**
* Reads an RLP address value into a address.
* Reads an RLP address value into an address.
* @param _in RLP address value.
* @return Decoded address.
*/
Expand All @@ -234,7 +234,7 @@ library RLPReader {
}

/**
* Reads an RLP address value into a address.
* Reads an RLP address value into an address.
* @param _in RLP address value.
* @return Decoded address.
*/
Expand Down

0 comments on commit f5a72ab

Please sign in to comment.