Skip to content

Commit

Permalink
🥢 Remove repetitive word in TestPlus (#38)
Browse files Browse the repository at this point in the history
Signed-off-by: rustfix <[email protected]>
  • Loading branch information
rustfix authored Apr 16, 2024
1 parent b7ef620 commit 937a8af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils/TestPlus.sol
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ contract TestPlus is Test {
signer = vm.addr(privateKey);
}

/// @dev Rounds up the free memory pointer the the next word boundary.
/// @dev Rounds up the free memory pointer the next word boundary.
/// Sometimes, some Solidity operations causes the free memory pointer to be misaligned.
function _roundUpFreeMemoryPointer() internal pure {
// To prevent a solidity 0.8.13 bug.
Expand Down

0 comments on commit 937a8af

Please sign in to comment.