Skip to content

Commit

Permalink
Tone down similarity to JavaScript.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriseth committed Nov 16, 2017
1 parent 58e452d commit 03b3faa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ Solidity
:align: center

Solidity is a contract-oriented, high-level language for implementing smart contracts.
The syntax is similar to that of JavaScript and it is designed to target the Ethereum Virtual Machine (EVM).
It was influenced by C++, Python and JavaScript
and is designed to target the Ethereum Virtual Machine (EVM).

Solidity is statically typed, supports inheritance, libraries and complex
user-defined types among other features.
Expand Down

0 comments on commit 03b3faa

Please sign in to comment.