fix: remove unnecessary text in yul.rst

This commit is contained in:
minaminao 2023-02-21 05:37:10 +09:00
parent 1b0f7af707
commit 411431444e

View File

@ -85,7 +85,6 @@ It can be compiled using ``solc --strict-assembly``. The builtin functions
It is also possible to implement the same function using a for-loop It is also possible to implement the same function using a for-loop
instead of with recursion. Here, ``lt(a, b)`` computes whether ``a`` is less than ``b``. instead of with recursion. Here, ``lt(a, b)`` computes whether ``a`` is less than ``b``.
less-than comparison.
.. code-block:: yul .. code-block:: yul