Skip to content

Commit e9cc45b

Browse files
authored
Fixing a typo in doc's EVM dialect in Yul's doc.
It's the tiniest typo but it's visible on the website.
1 parent da50176 commit e9cc45b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/yul.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@ the ``dup`` and ``swap`` instructions as well as ``jump`` instructions, labels a
768768
+-------------------------+-----+---+-----------------------------------------------------------------+
769769
| Instruction | | | Explanation |
770770
+=========================+=====+===+=================================================================+
771-
| stop() + `-` | F | stop execution, identical to return(0, 0) |
771+
| stop() | `-` | F | stop execution, identical to return(0, 0) |
772772
+-------------------------+-----+---+-----------------------------------------------------------------+
773773
| add(x, y) | | F | x + y |
774774
+-------------------------+-----+---+-----------------------------------------------------------------+

0 commit comments

Comments
 (0)