Solve issue 12658 ; Solving wrong syntax.

Solve this issue : https://github.com/ethereum/solidity/issues/12658
This commit is contained in:
Laurent 2022-02-13 17:32:09 +01:00 committed by GitHub
parent 1210c3e60f
commit 1188795449
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
=====