Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bartelink committed Dec 24, 2023
1 parent 051fdb3 commit 081ee3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FSharp.Control.TaskSeq.Test/TaskSeq.MaxMin.Tests.fs
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ module Immutable =
min |> should equal 10 // because -10 maps to item 10
}

module SideSeffects =
module SideEffects =
[<Fact>]
let ``TaskSeq-max, maxBy, maxByAsync prove we execute after-effects`` () = task {
let mutable i = 0
Expand Down

0 comments on commit 081ee3b

Please sign in to comment.