Merge pull request #12661 from ldfp/patch-1

Solve issue 12658 ; Solving wrong syntax.
This commit is contained in:
Daniel Kirchner
2022-02-14 11:24:55 +01:00
committed by GitHub
+1 -1
View File
@@ -24,7 +24,7 @@ actual release. They are not meant for production use.
When deploying contracts, you should use the latest released version of Solidity. This
is because breaking changes, as well as new features and bug fixes are introduced regularly.
We currently use a 0.x version number [to indicate this fast pace of change](https://semver.org/#spec-item-4).
We currently use a 0.x version number `to indicate this fast pace of change <https://semver.org/#spec-item-4>`_.
Remix
=====