From 7d2fe0a5232b8deef52ec2e786c9dac999ef2234 Mon Sep 17 00:00:00 2001 From: Tyge Løvset <60263450+tylov@users.noreply.github.com> Date: Wed, 27 Oct 2021 10:03:32 +0200 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee6869df..b7da6a25 100644 --- a/README.md +++ b/README.md @@ -191,7 +191,7 @@ int main(void) { } } ``` -**Note**: Do ***not*** `return`/`goto` from inside a `c_auto*`-block. Instead, do `continue`, which will jump out of the block, and `return` after the block. +**Note**: Do ***not*** `return` from inside a `c_auto*`-block. Instead, first `continue`, which will jump out of the block, then call `return` after the block. Output ``` -- cgit v1.2.3