diff options
| author | Tyge Løvset <[email protected]> | 2021-10-27 09:53:05 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-10-27 09:53:05 +0200 |
| commit | 28d53d6649be611dbde120ab76936204daa449b7 (patch) | |
| tree | bc67979d0fc4cab4ec82da926c32d86258af2ee3 | |
| parent | 9688e59d1e7778846dfed197beb1add1de25dae3 (diff) | |
| download | STC-modified-28d53d6649be611dbde120ab76936204daa449b7.tar.gz STC-modified-28d53d6649be611dbde120ab76936204daa449b7.zip | |
Update README.md
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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
```
|
