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 80ffd493..b0560917 100644 --- a/docs/style-guide.rst +++ b/docs/style-guide.rst @@ -173,7 +173,7 @@ Yes:: ... } - function () payable { + function() payable { ... } @@ -210,7 +210,7 @@ No:: ... } - function () payable { + function() payable { ... } |