summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-10-27 09:53:05 +0200
committerGitHub <[email protected]>2021-10-27 09:53:05 +0200
commit28d53d6649be611dbde120ab76936204daa449b7 (patch)
treebc67979d0fc4cab4ec82da926c32d86258af2ee3
parent9688e59d1e7778846dfed197beb1add1de25dae3 (diff)
downloadSTC-modified-28d53d6649be611dbde120ab76936204daa449b7.tar.gz
STC-modified-28d53d6649be611dbde120ab76936204daa449b7.zip
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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
```