Skip to content

Commit df5eb6c

Browse files
committed
Fix incorrect select case
1 parent ccda688 commit df5eb6c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/source/includes/_guide.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -391,9 +391,6 @@ workflow.Select(
391391
workflow.Receive(c, func (ctx workflow.Context, v int, ok bool) {
392392
// use v
393393
}),
394-
workflow.Send(c, &value, func (ctx workflow.Context) {
395-
// value has been sent to the channel
396-
}),
397394
workflow.Default(ctx, func (ctx workflow.Context) {
398395
// ...
399396
})

0 commit comments

Comments
 (0)