diff --git a/src/libraries/rlp/RLPWriter.sol b/src/libraries/rlp/RLPWriter.sol index 232497612..510887ad8 100644 --- a/src/libraries/rlp/RLPWriter.sol +++ b/src/libraries/rlp/RLPWriter.sol @@ -18,7 +18,7 @@ library RLPWriter { } } - /// @notice RLP encodes a list of RLP encoded byte byte strings. + /// @notice RLP encodes a list of RLP encoded byte strings. /// @param _in The list of RLP encoded byte strings. /// @return list_ The RLP encoded list of items in bytes. function writeList(bytes[] memory _in) internal pure returns (bytes memory list_) {