We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5dd1c68 + a6e3183 commit f52f92fCopy full SHA for f52f92f
src/StdUtils.sol
@@ -59,7 +59,7 @@ abstract contract StdUtils {
59
60
function bound(uint256 x, uint256 min, uint256 max) internal pure virtual returns (uint256 result) {
61
result = _bound(x, min, max);
62
- console2_log_StdUtils("Bound Result", result);
+ console2_log_StdUtils("Bound result", result);
63
}
64
65
function _bound(int256 x, int256 min, int256 max) internal pure virtual returns (int256 result) {
0 commit comments