Skip to content

Commit

Permalink
natspec correction
Browse files Browse the repository at this point in the history
  • Loading branch information
hensha256 committed Aug 30, 2024
1 parent ca09eff commit ae6a374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libraries/CalldataDecoder.sol
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ library CalldataDecoder {
}

/// @notice Decode the `_arg`-th element in `_bytes` as `bytes`
/// @param _bytes The input bytes string to extract a bytes string from
/// @param _bytes The input bytes string to extract a bytes array from
/// @param _arg The index of the argument to extract
function toBytesArray(bytes calldata _bytes, uint256 _arg) internal pure returns (bytes[] calldata res) {
uint256 encodingLength;
Expand Down

0 comments on commit ae6a374

Please sign in to comment.