diff options
-rw-r--r-- | docs/style-guide.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/style-guide.rst b/docs/style-guide.rst index 46b915e1..eef04099 100644 --- a/docs/style-guide.rst +++ b/docs/style-guide.rst @@ -173,7 +173,7 @@ Yes:: ... } - function() payable { + function() { ... } @@ -210,7 +210,7 @@ No:: ... } - function() payable { + function() { ... } |