mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix list indentation
This commit is contained in:
parent
4c34adb799
commit
42f2623cd3
@ -399,6 +399,7 @@ Currently, Solidity automatically generates a runtime exception in the following
|
|||||||
#. If you call ``assert`` with an argument that evaluates to false.
|
#. If you call ``assert`` with an argument that evaluates to false.
|
||||||
|
|
||||||
While a user-provided exception is generated in the following situations:
|
While a user-provided exception is generated in the following situations:
|
||||||
|
|
||||||
#. Calling ``throw``.
|
#. Calling ``throw``.
|
||||||
#. Calling ``require`` with an argument that evaluates to ``false``.
|
#. Calling ``require`` with an argument that evaluates to ``false``.
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@ Solidity
|
|||||||
========
|
========
|
||||||
|
|
||||||
Solidity is a contract-oriented, high-level language whose syntax is similar to that of JavaScript
|
Solidity is a contract-oriented, high-level language whose syntax is similar to that of JavaScript
|
||||||
and it is designed to target the Ethereum Virtual Machine.
|
and it is designed to target the Ethereum Virtual Machine (EVM).
|
||||||
|
|
||||||
Solidity is statically typed, supports inheritance, libraries and complex
|
Solidity is statically typed, supports inheritance, libraries and complex
|
||||||
user-defined types among other features.
|
user-defined types among other features.
|
||||||
|
@ -250,6 +250,7 @@ The version string in detail
|
|||||||
============================
|
============================
|
||||||
|
|
||||||
The Solidity version string contains four parts:
|
The Solidity version string contains four parts:
|
||||||
|
|
||||||
- the version number
|
- the version number
|
||||||
- pre-release tag, usually set to ``develop.YYYY.MM.DD`` or ``nightly.YYYY.MM.DD``
|
- pre-release tag, usually set to ``develop.YYYY.MM.DD`` or ``nightly.YYYY.MM.DD``
|
||||||
- commit in the format of ``commit.GITHASH``
|
- commit in the format of ``commit.GITHASH``
|
||||||
|
Loading…
Reference in New Issue
Block a user