From dce1e7b378d934cf31e28d191009bc8ee649dd9b Mon Sep 17 00:00:00 2001 From: minaminao Date: Tue, 28 Mar 2023 22:56:24 +0900 Subject: [PATCH] Fix "Yul Code" --- docs/using-the-compiler.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/using-the-compiler.rst b/docs/using-the-compiler.rst index fd305dce4..8ce3290ae 100644 --- a/docs/using-the-compiler.rst +++ b/docs/using-the-compiler.rst @@ -636,6 +636,6 @@ Error Types 10. ``Exception``: Unknown failure during compilation - this should be reported as an issue. 11. ``CompilerError``: Invalid use of the compiler stack - this should be reported as an issue. 12. ``FatalError``: Fatal error not processed correctly - this should be reported as an issue. -13. ``YulException``: Error during Yul Code generation - this should be reported as an issue. +13. ``YulException``: Error during Yul code generation - this should be reported as an issue. 14. ``Warning``: A warning, which didn't stop the compilation, but should be addressed if possible. 15. ``Info``: Information that the compiler thinks the user might find useful, but is not dangerous and does not necessarily need to be addressed. \ No newline at end of file