Merge pull request #13990 from minaminao/remove-unnecesary-text-in-yul-rst

docs: remove unnecessary text in yul.rst
This commit is contained in:
Daniel 2023-02-20 22:37:16 +01:00 committed by GitHub
commit d3d9d09f5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
instead of with recursion. Here, ``lt(a, b)`` computes whether ``a`` is less than ``b``.
less-than comparison.
.. code-block:: yul