diff --git a/docs/style-guide.rst b/docs/style-guide.rst index 266c1817f..4e42ea575 100644 --- a/docs/style-guide.rst +++ b/docs/style-guide.rst @@ -233,7 +233,7 @@ Yes: bytes32[] options ); - LongAndLotsOfArgs( + emit LongAndLotsOfArgs( sender, recipient, publicKey, @@ -251,7 +251,7 @@ No: uint256 amount, bytes32[] options); - LongAndLotsOfArgs(sender, + emit LongAndLotsOfArgs(sender, recipient, publicKey, amount,