From b8c9c0e3012aae5cd4fc9fdcab3cc19921c7beab Mon Sep 17 00:00:00 2001 From: Piotr <17101802+thampiotr@users.noreply.github.com> Date: Mon, 11 Nov 2024 14:24:50 +0000 Subject: [PATCH] fix typo (#2062) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 482d29c93..91f22faed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -55,7 +55,7 @@ v1.5.0-rc.1 - (_Experimental_) Add a `prometheus.write.queue` component to add an alternative to `prometheus.remote_write` which allowing the writing of metrics to a prometheus endpoint. (@mattdurham) -- (_Experimental_) Add the `arrary.combine_maps` function to the stdlib. (@ptodev, @wildum) +- (_Experimental_) Add the `array.combine_maps` function to the stdlib. (@ptodev, @wildum) ### Enhancements