From 7375fc24c05265dd6dad2a20b871b36bc627024a Mon Sep 17 00:00:00 2001 From: minaminao Date: Mon, 27 Mar 2023 18:26:15 +0900 Subject: [PATCH] Omit the mention of topics --- docs/yul.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/yul.rst b/docs/yul.rst index 38f6c6800..065dcefb7 100644 --- a/docs/yul.rst +++ b/docs/yul.rst @@ -902,7 +902,7 @@ the ``dup`` and ``swap`` instructions as well as ``jump`` instructions, labels a +-------------------------+-----+---+-----------------------------------------------------------------+ | invalid() | `-` | F | end execution with invalid instruction | +-------------------------+-----+---+-----------------------------------------------------------------+ -| log0(p, s) | `-` | F | log data mem[p...(p+s)) without topics | +| log0(p, s) | `-` | F | log data mem[p...(p+s)) | +-------------------------+-----+---+-----------------------------------------------------------------+ | log1(p, s, t1) | `-` | F | log data mem[p...(p+s)) with topic t1 | +-------------------------+-----+---+-----------------------------------------------------------------+