You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Solidity
4
4
Solidity is an object-oriented, high-level language for implementing smart contracts.
5
5
Smart contracts are programs that govern the behavior of accounts within the Ethereum state.
6
6
7
-
Solidity is a `curly-bracket language <https://en.wikipedia.org/wiki/List_of_programming_languages_by_type#Curly-bracket_languages>`_ designed to target the Ethereum Virtual Machine (EVM).
7
+
Solidity is a `curly-bracket language <https://en.wikipedia.org/wiki/List_of_programming_languages_by_type#Curly_bracket_languages>`_ designed to target the Ethereum Virtual Machine (EVM).
8
8
It is influenced by C++, Python, and JavaScript.
9
9
You can find more details about which languages Solidity has been inspired by in the :doc:`language influences <language-influences>` section.
0 commit comments