docs: Fix some mislabeled bash and text blocks

This commit is contained in:
Kamil Śliwak
2021-07-15 10:14:00 +02:00
parent 235a39eaef
commit 310a35185a
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -779,9 +779,9 @@ Running the Upgrade
It is recommended to explicitly specify the upgrade modules by using ``--modules`` argument.
.. code-block:: none
.. code-block:: bash
$ solidity-upgrade --modules constructor-visibility,now,dotsyntax Source.sol
solidity-upgrade --modules constructor-visibility,now,dotsyntax Source.sol
The command above applies all changes as shown below. Please review them carefully (the pragmas will
have to be updated manually.)