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