From 8332af7b3d5e80483fca882ed7b55ab0d413c01f Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Thu, 28 Jul 2022 08:41:48 -0400 Subject: [PATCH] spelling: initialize Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/Elm/JsArray.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Elm/JsArray.elm b/src/Elm/JsArray.elm index 40076231..d2b7fdbd 100644 --- a/src/Elm/JsArray.elm +++ b/src/Elm/JsArray.elm @@ -69,7 +69,7 @@ length = Elm.Kernel.JsArray.length -{-| Initialize an array. `initalize n offset fn` creates an array of length `n` +{-| Initialize an array. `initialize n offset fn` creates an array of length `n` with the element at index `i` initialized to the result of `(f (i + offset))`. The offset parameter is there so one can avoid creating a closure for this use