Fix mistake about default value for inliner setting

This commit is contained in:
Matheus Aguiar
2023-05-26 10:25:26 -03:00
parent 477b621f2e
commit 2260c23ce1
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ optimized Yul IR for a Solidity source. Similarly, one can use ``solc --strict-a
for a stand-alone Yul mode.
.. note::
The `peephole optimizer <https://en.wikipedia.org/wiki/Peephole_optimization>`_ and the inliner are always
The `peephole optimizer <https://en.wikipedia.org/wiki/Peephole_optimization>`_ is always
enabled by default and can only be turned off via the :ref:`Standard JSON <compiler-api>`.
You can find more details on both optimizer modules and their optimization steps below.