From d6933ad8f883bc2e43774c099185b90b1c16d73c Mon Sep 17 00:00:00 2001 From: Neil Berkman Date: Tue, 24 Dec 2024 09:10:45 -0800 Subject: [PATCH] Fix grammar --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9741643bacc..4a8ba96be95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ #### IEx - * [IEx.Autocomplete] Functions annotated with `@doc group: "Name"` metadata will appear in within their own groups in autocompletion + * [IEx.Autocomplete] Functions annotated with `@doc group: "Name"` metadata will appear within their own groups in autocompletion ### 2. Bug fixes