diff --git a/doc/langref.html.in b/doc/langref.html.in index d91fb6e8fb..0499c632e2 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -4665,24 +4665,24 @@ async fn testSuspendBlock() void { block, while the old thread continued executing the suspend block.
- However, if you use labeled break on the suspend block, the coroutine
+ However, the coroutine can be directly resumed from the suspend block, in which case it
never returns to its resumer and continues executing.