From 1b2fb960da2688fc8c8c15b204f482fc85c13eab Mon Sep 17 00:00:00 2001 From: Daniel Haag <121057143+denialhaag@users.noreply.github.com> Date: Mon, 13 Jul 2026 19:26:47 +0200 Subject: [PATCH] fix: Fix typo in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad6ebbe..365a466 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,7 +19,7 @@ full breakdown of the changes can be found below. - The spec has been updated to clarify that values must be defined before use ([#74]) - The regions of the `while` operation have been renamed to `before` and - `after`. Both regions may arbitrarily modify the state, handing the modifed + `after`. Both regions may arbitrarily modify the state, handing the modified state to each other. This ensures that linearity is preserved ([#72]) - The `doWhile` operation has been removed as its functionality is fully covered by the new `while` operation ([#72])