diff options
author | Christian <c@ethdev.com> | 2014-10-26 00:30:43 +0800 |
---|---|---|
committer | Christian <c@ethdev.com> | 2014-10-26 00:31:54 +0800 |
commit | 2e5e7e676240e49d8e2a3ddc0ef53afd50a7f47c (patch) | |
tree | 702582802bf7da532d7136602c617ce210e2077d /main.cpp | |
parent | c9f62cefda53f0638a87847d25e6160bcdd9bb36 (diff) | |
download | dexon-solidity-2e5e7e676240e49d8e2a3ddc0ef53afd50a7f47c.tar.gz dexon-solidity-2e5e7e676240e49d8e2a3ddc0ef53afd50a7f47c.tar.zst dexon-solidity-2e5e7e676240e49d8e2a3ddc0ef53afd50a7f47c.zip |
Corrected file description.
Diffstat (limited to 'main.cpp')
-rw-r--r-- | main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ /** * @author Christian <c@ethdev.com> * @date 2014 - * Solidity abstract syntax tree. + * Solidity commandline compiler. */ #include <string> |