From f7945396289f49996ce45db2d8f2c02da0788704 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20=C5=9Aliwak?= Date: Tue, 17 Aug 2021 18:51:51 +0200 Subject: [PATCH] optimizer.rst: Fix a code block with incorrectly set Bash highlighting --- docs/internals/optimizer.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/internals/optimizer.rst b/docs/internals/optimizer.rst index 64684046c..e5de8a197 100644 --- a/docs/internals/optimizer.rst +++ b/docs/internals/optimizer.rst @@ -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