diff options
author | Eric Tillberg <eric.tillberg@gmail.com> | 2016-10-27 01:23:53 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-27 01:23:53 +0800 |
commit | e8b45d26fba56c57a28f1b41d5c105725d9300dd (patch) | |
tree | 3d6afad34353d98b0c0646361869440311a5a6af | |
parent | 410275354eae19751097642ba225721d0c7f0811 (diff) | |
download | dexon-solidity-e8b45d26fba56c57a28f1b41d5c105725d9300dd.tar.gz dexon-solidity-e8b45d26fba56c57a28f1b41d5c105725d9300dd.tar.zst dexon-solidity-e8b45d26fba56c57a28f1b41d5c105725d9300dd.zip |
Update index.rst
-rw-r--r-- | docs/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst index 3b47ce78..9bee1515 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -5,7 +5,7 @@ Solidity is a contract-oriented, high-level language whose syntax is similar to and it is designed to target the Ethereum Virtual Machine. Solidity is statically typed, supports inheritance, libraries and complex -user-defines types among other features. +user-defined types among other features. As you will see, it is possible to create contracts for voting, crowdfunding, blind auctions, multi-signature wallets and more. |