From 1188795449295402472b5888e1adf7914942d1db Mon Sep 17 00:00:00 2001 From: Laurent Date: Sun, 13 Feb 2022 17:32:09 +0100 Subject: [PATCH] Solve issue 12658 ; Solving wrong syntax. Solve this issue : https://github.com/ethereum/solidity/issues/12658 --- docs/installing-solidity.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installing-solidity.rst b/docs/installing-solidity.rst index f2ed85237..9d6e666d2 100644 --- a/docs/installing-solidity.rst +++ b/docs/installing-solidity.rst @@ -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 `_. Remix =====