From d51153b56e506d319ff804210bf2e0f1db053080 Mon Sep 17 00:00:00 2001 From: Graham Preston Date: Wed, 26 Feb 2025 17:57:17 +0100 Subject: [PATCH] Fix typo (#14302) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2190326ee0..f72b17c8bca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -252,7 +252,7 @@ You may also prefer to write using guards: #### IEx - * [IEx.Autocomplete] Fix crashing whhen autocompleting structs with runtime values + * [IEx.Autocomplete] Fix crashing when autocompleting structs with runtime values #### Mix