Fixing a typo in doc's EVM dialect in Yul's doc.

It's the tiniest typo but it's visible on the website.
This commit is contained in:
Wes Bouaziz 2022-02-17 10:57:28 +01:00 committed by GitHub
parent da50176b1f
commit e9cc45b258
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -768,7 +768,7 @@ the ``dup`` and ``swap`` instructions as well as ``jump`` instructions, labels a
+-------------------------+-----+---+-----------------------------------------------------------------+
| Instruction | | | Explanation |
+=========================+=====+===+=================================================================+
| stop() + `-` | F | stop execution, identical to return(0, 0) |
| stop() | `-` | F | stop execution, identical to return(0, 0) |
+-------------------------+-----+---+-----------------------------------------------------------------+
| add(x, y) | | F | x + y |
+-------------------------+-----+---+-----------------------------------------------------------------+