Skip to content

Commit a9b07d9

Browse files
committed
fix typo
1 parent d824c1f commit a9b07d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fsharp/HopacSeries/Part6/timebomb.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ let simulateExplosion () =
113113
|> Alt.afterFun (printfn "Status: %A")
114114
|> run
115115

116-
let simulateDefusal char =
116+
let simulateDefuse char =
117117
let seconds = 5
118118
let t = TimeBomb()
119119
t.Status |> printfn "Status: %A"

0 commit comments

Comments
 (0)