Skip to content

Commit

Permalink
Misprints fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
gsvgit committed May 24, 2015
1 parent 88aafad commit d376fe8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ let ``random access performance`` () =
averageTime testIters "BlockResizeArray random access" (fun () -> for i in access do bra.Set i 0UL)

[<Test>]
let ``seqential access performance`` () =
let ``sequential access performance`` () =
let rand = System.Random()
let access = [|0..arraySize-1|]
let a = Array.init arraySize (fun _ -> x)
Expand Down

0 comments on commit d376fe8

Please sign in to comment.