From 59b0a23e5b14cdec902d4e60d574b6bdbc6cdc05 Mon Sep 17 00:00:00 2001 From: CODe <71spates.bravest@icloud.com> Date: Tue, 4 Feb 2025 11:37:18 +0100 Subject: [PATCH] Fix typos in docs/changelog.md --- docs/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index 1d7c25a54..2b38ac504 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -390,7 +390,7 @@ Fixes: - added link to InlineAssembly from all Yul nodes - updated control flow graph - - Yul is now fully supported; InlineAssembly blocks are now decomposed into Yul statemenets + - Yul is now fully supported; InlineAssembly blocks are now decomposed into Yul statements - successful execution and reverting execution is now distinguished in control flow graph - assert/require/revert function calls are now handled (including these calls in conditionals) - fixed missing edge for in try/catch statement