Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Elm/JsArray.elm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down