From fe3ef7f09cf91e0f87276cab79a51b82c024ec6b Mon Sep 17 00:00:00 2001 From: Raghav Dua Date: Tue, 6 Sep 2016 14:54:06 +0530 Subject: [PATCH] typo --- docs/style-guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/style-guide.rst b/docs/style-guide.rst index f4b419c00..d2d922dfa 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.