Skip to content

Commit a674406

Browse files
authored
Merge pull request #12694 from wesbz/yul-doc-table-fix
Fixing a typo in doc's EVM dialect in Yul's doc.
2 parents da50176 + e9cc45b commit a674406

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)