diff --git a/docs/control-structures.rst b/docs/control-structures.rst index 4b77714dad2d..46e0da366f1b 100644 --- a/docs/control-structures.rst +++ b/docs/control-structures.rst @@ -257,7 +257,7 @@ which only need to be created if there is a dispute. address(this), salt, keccak256(abi.encodePacked( - type(D).creationBytecode, + type(D).creationCode, arg )) ))));