From acc1267e9611bb094bbc27bbd6a34d923aca67c8 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Thu, 28 Jul 2022 08:41:49 -0400 Subject: [PATCH] spelling: specifies Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/Array.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Array.elm b/src/Array.elm index 8c180605..afce3670 100644 --- a/src/Array.elm +++ b/src/Array.elm @@ -86,7 +86,7 @@ any given level of the tree, we need to shift (or move) the correct amount of bits so that those bits are at the front. We can then perform a bitwise and to read which of the 32 branches to take. -The `shiftStep` specifices how many bits are required to represent the branching +The `shiftStep` specifies how many bits are required to represent the branching factor. -} shiftStep : Int