Merge pull request #11818 from ethereum/fix-bad-bash-highlighting-in-optimizer-rst

Fix incorrect Bash highlighting in a Yul code snippet
This commit is contained in:
Kamil Śliwak 2021-08-18 14:00:06 +02:00 committed by GitHub
commit cef0f1b9e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -321,9 +321,8 @@ By default the optimizer applies its predefined sequence of optimization steps t
the generated assembly. You can override this sequence and supply your own using
the ``--yul-optimizations`` option:
.. code-block:: text
.. code-block:: bash
bash
solc --optimize --ir-optimized --yul-optimizations 'dhfoD[xarrscLMcCTU]uljmul'
The sequence inside ``[...]`` will be applied multiple times in a loop until the Yul code