From 52b75f17dac72b79b00b5f5b45dcbcb878ad7142 Mon Sep 17 00:00:00 2001 From: PuqiAR Date: Sat, 7 Feb 2026 16:26:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=95=99=E7=A8=8B=2003?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/zh_CN/03-基础语法.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/zh_CN/03-基础语法.md b/docs/zh_CN/03-基础语法.md index b3969cb..2d01a5d 100644 --- a/docs/zh_CN/03-基础语法.md +++ b/docs/zh_CN/03-基础语法.md @@ -162,9 +162,9 @@ Fig 语言的关键字包括: | -------- | ----------------------------------------------------------- | | 声明 | `func`, `var`, `const`, `struct`, `interface`, `import` | | 控制流 | `if`, `else`, `while`, `for`, `return`, `break`, `continue` | -| 错误处理 | `try`, `catch`, `throw`, `Finally` | -| 逻辑运算 | `and`, `or`, `not` | -| 类型相关 | `is`, `impl`, `new`, `public` | +| 错误处理 | `try`, `catch`, `throw`, `finally` | +| 逻辑运算 | `and`, `or`, `not` | +| 类型相关 | `is`, `as`, `impl`, `new`, `public` | 这些关键字不能用作标识符名称。