Merge pull request #1020 from duaraghav8/develop

typo
This commit is contained in:
chriseth 2016-09-06 11:34:55 +02:00 committed by GitHub
commit 3713cee49d

View File

@ -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.