From 411431444e179d6593a4f8bc540301e34c5f58c6 Mon Sep 17 00:00:00 2001 From: minaminao Date: Tue, 21 Feb 2023 05:37:10 +0900 Subject: [PATCH] fix: remove unnecessary text in yul.rst --- docs/yul.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/yul.rst b/docs/yul.rst index bbe72a532..99533b53e 100644 --- a/docs/yul.rst +++ b/docs/yul.rst @@ -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