diff options
author | chriseth <chris@ethereum.org> | 2017-01-19 02:28:55 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-19 02:28:55 +0800 |
commit | ba7dcbc15ef3ee900a4adc00e421983d6256c91c (patch) | |
tree | 84ae00c75ffad8a158105f6cd6bc4b0fb89dd883 | |
parent | 7c18b785e3f84ef3f7c52a9432344fcef5a6fa44 (diff) | |
parent | d40ae663ecbdbccc2b71eff175bb6765291ba078 (diff) | |
download | dexon-solidity-ba7dcbc15ef3ee900a4adc00e421983d6256c91c.tar.gz dexon-solidity-ba7dcbc15ef3ee900a4adc00e421983d6256c91c.tar.zst dexon-solidity-ba7dcbc15ef3ee900a4adc00e421983d6256c91c.zip |
Merge pull request #1583 from federicobond/fix-comment
Fix typo in comment
-rw-r--r-- | libsolidity/ast/AST.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libsolidity/ast/AST.h b/libsolidity/ast/AST.h index d11a246c..4af64963 100644 --- a/libsolidity/ast/AST.h +++ b/libsolidity/ast/AST.h @@ -606,7 +606,7 @@ private: /** * Declaration of a variable. This can be used in various places, e.g. in function parameter - * lists, struct definitions and even function bodys. + * lists, struct definitions and even function bodies. */ class VariableDeclaration: public Declaration { |