Skip to content

Commit c93acdc

Browse files
authored
🥢 Fix typo in TestPlus (#1488)
1 parent f584468 commit c93acdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/utils/TestPlus.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ contract TestPlus is Brutalizer {
603603
}
604604
}
605605

606-
/// @dev Increments the free memory pointer by a world.
606+
/// @dev Increments the free memory pointer by a word.
607607
function _incrementFreeMemoryPointer() internal pure {
608608
uint256 word = 0x20;
609609
/// @solidity memory-safe-assembly

0 commit comments

Comments
 (0)