From 419133d3e11aa7a5d20e39fc544fb52f07dc80c8 Mon Sep 17 00:00:00 2001 From: xushiwei Date: Thu, 13 Jun 2024 17:11:58 +0800 Subject: [PATCH] README: recover --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 2de4e002..f5bc3a88 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,6 @@ Here are some examples related to them: Common Go syntax is already supported. Except for the following, which needs to be improved: * map (Very limited support) -* recover (Not supported yet) * chan (Not supported yet) * generics (Not supported yet) @@ -185,7 +184,7 @@ Here are some examples related to Go syntax: ## 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. +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. ### Garbage Collection (GC)