Skip to content

Commit d734331

Browse files
remedcunlordell
andauthored
Update contracts/proxies/SafeProxyFactory.sol
Co-authored-by: Nicholas Rodrigues Lordello <n@lordello.net>
1 parent 596ff3b commit d734331

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contracts/proxies/SafeProxyFactory.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ contract SafeProxyFactory {
1212
event ProxyCreation(SafeProxy indexed proxy, address singleton);
1313
event ProxyCreationL2(SafeProxy indexed proxy, address singleton, bytes initializer, uint256 saltNonce);
1414

15-
/// @dev Allows the creation code used for the Proxy deployment to be retrieved. With this, it is easily possible to calculate the predicted address.
15+
/// @dev Returns the creation code used for the Proxy deployment. With this, it is possible to calculate the predicted address.
1616
function proxyCreationCode() public pure returns (bytes memory) {
1717
return type(SafeProxy).creationCode;
1818
}

0 commit comments

Comments
 (0)