mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #1791 from ethereum/docs-fixes
Mostly typo fixes in the documentation
This commit is contained in:
@@ -250,6 +250,7 @@ The version string in detail
|
||||
============================
|
||||
|
||||
The Solidity version string contains four parts:
|
||||
|
||||
- the version number
|
||||
- pre-release tag, usually set to ``develop.YYYY.MM.DD`` or ``nightly.YYYY.MM.DD``
|
||||
- commit in the format of ``commit.GITHASH``
|
||||
@@ -280,4 +281,4 @@ Example:
|
||||
3. a breaking change is introduced - version is bumped to 0.5.0
|
||||
4. the 0.5.0 release is made
|
||||
|
||||
This behaviour works well with the version pragma.
|
||||
This behaviour works well with the :ref:`version pragma <version_pragma>`.
|
||||
|
||||
Reference in New Issue
Block a user