Skip to content

Commit 081ee3b

Browse files
committed
Typo
1 parent 051fdb3 commit 081ee3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FSharp.Control.TaskSeq.Test/TaskSeq.MaxMin.Tests.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ module Immutable =
213213
min |> should equal 10 // because -10 maps to item 10
214214
}
215215

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

0 commit comments

Comments
 (0)