aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2016-09-06 17:34:55 +0800
committerGitHub <noreply@github.com>2016-09-06 17:34:55 +0800
commit3713cee49d65fd0dee508a4371147c4769367bfa (patch)
treea062140ca222c9dac80ec3c8dcae403a62c4e60d
parent114502f8adc39833427f4e16f27c4fac6e571cec (diff)
parentfe3ef7f09cf91e0f87276cab79a51b82c024ec6b (diff)
downloaddexon-solidity-3713cee49d65fd0dee508a4371147c4769367bfa.tar
dexon-solidity-3713cee49d65fd0dee508a4371147c4769367bfa.tar.gz
dexon-solidity-3713cee49d65fd0dee508a4371147c4769367bfa.tar.bz2
dexon-solidity-3713cee49d65fd0dee508a4371147c4769367bfa.tar.lz
dexon-solidity-3713cee49d65fd0dee508a4371147c4769367bfa.tar.xz
dexon-solidity-3713cee49d65fd0dee508a4371147c4769367bfa.tar.zst
dexon-solidity-3713cee49d65fd0dee508a4371147c4769367bfa.zip
Merge pull request #1020 from duaraghav8/develop
typo
-rw-r--r--docs/style-guide.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/style-guide.rst b/docs/style-guide.rst
index f4b419c0..d2d922df 100644
--- a/docs/style-guide.rst
+++ b/docs/style-guide.rst
@@ -355,7 +355,7 @@ No::
selfdestruct(owner);
}
-For long function declarations, it is recommended to drop each arguent onto
+For long function declarations, it is recommended to drop each argument onto
it's own line at the same indentation level as the function body. The closing
parenthesis and opening bracket should be placed on their own line as well at
the same indentation level as the function declaration.