Merge pull request #1791 from ethereum/docs-fixes

Mostly typo fixes in the documentation
This commit is contained in:
Alex Beregszaszi
2017-03-16 12:22:10 +00:00
committed by GitHub
6 changed files with 9 additions and 5 deletions
+2 -1
View File
@@ -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>`.