aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorRaghav Dua <duaraghav8@gmail.com>2016-09-06 17:24:06 +0800
committerGitHub <noreply@github.com>2016-09-06 17:24:06 +0800
commitfe3ef7f09cf91e0f87276cab79a51b82c024ec6b (patch)
treea062140ca222c9dac80ec3c8dcae403a62c4e60d /docs
parent114502f8adc39833427f4e16f27c4fac6e571cec (diff)
downloaddexon-solidity-fe3ef7f09cf91e0f87276cab79a51b82c024ec6b.tar.gz
dexon-solidity-fe3ef7f09cf91e0f87276cab79a51b82c024ec6b.tar.zst
dexon-solidity-fe3ef7f09cf91e0f87276cab79a51b82c024ec6b.zip
typo
Diffstat (limited to 'docs')
-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.