Skip to content

Commit 4f2a62a

Browse files
authored
Merge pull request #796 from majocha/patch-1
Fix unintentionally commented out parentheses in example
2 parents d4577fb + 9836441 commit 4f2a62a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FSharp-6.0/FS-1087-resumable-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@ Next we define the `Run` method for the builder.
10121012
__resumeAt sm.ResumptionPoint
10131013
let __stack_code_fin = code.Invoke(&sm)
10141014
if __stack_code_fin then
1015-
sm.ResumptionPoint <- -1 // indicates complete))
1015+
sm.ResumptionPoint <- -1)) // indicates complete
10161016
10171017
// IAsyncStateMachine.SetStateMachine
10181018
(SetStateMachineMethodImpl<_>(fun sm state -> ()))

0 commit comments

Comments
 (0)