diff --git a/README.md b/README.md index ac2d79b6..4f94d58a 100644 --- a/README.md +++ b/README.md @@ -243,7 +243,7 @@ All Go syntax (not including `cgo`) is already supported. Here are some examples * [goroutine](_demo/goroutine/goroutine.go): goroutine demo -## Defer +### Defer LLGo `defer` does not support usage in loops. This is not a bug but a feature, because we think that using `defer` in a loop is a very unrecommended practice.