mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #13990 from minaminao/remove-unnecesary-text-in-yul-rst
docs: remove unnecessary text in yul.rst
This commit is contained in:
commit
d3d9d09f5e
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user