From d376fe853751f630e7702c0085657aaea832143e Mon Sep 17 00:00:00 2001 From: gsv Date: Sun, 24 May 2015 11:41:06 +0100 Subject: [PATCH] Misprints fixed. --- .../BlockResizeArrayTest.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/FSharpx.Collections.Experimental.Tests/BlockResizeArrayTest.fs b/tests/FSharpx.Collections.Experimental.Tests/BlockResizeArrayTest.fs index bd7315b3..c906eace 100644 --- a/tests/FSharpx.Collections.Experimental.Tests/BlockResizeArrayTest.fs +++ b/tests/FSharpx.Collections.Experimental.Tests/BlockResizeArrayTest.fs @@ -34,7 +34,7 @@ let ``random access performance`` () = averageTime testIters "BlockResizeArray random access" (fun () -> for i in access do bra.Set i 0UL) [] -let ``seqential access performance`` () = +let ``sequential access performance`` () = let rand = System.Random() let access = [|0..arraySize-1|] let a = Array.init arraySize (fun _ -> x)