From 0a7d4adc59303ad794959c6b1556ab1e53525abd Mon Sep 17 00:00:00 2001 From: GeWuYou <95328647+GeWuYou@users.noreply.github.com> Date: Mon, 13 Apr 2026 20:44:01 +0800 Subject: [PATCH] =?UTF-8?q?docs(generator):=20=E6=9B=B4=E6=96=B0=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E7=94=9F=E6=88=90=E6=B3=A8=E5=86=8C=E9=9B=86=E5=90=88?= =?UTF-8?q?=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修正了 GF_AutoExport_004 错误消息描述中的措辞错误 --- .../auto-register-exported-collections-generator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh-CN/source-generators/auto-register-exported-collections-generator.md b/docs/zh-CN/source-generators/auto-register-exported-collections-generator.md index e23f73ef..2d73f531 100644 --- a/docs/zh-CN/source-generators/auto-register-exported-collections-generator.md +++ b/docs/zh-CN/source-generators/auto-register-exported-collections-generator.md @@ -152,7 +152,7 @@ partial class GameEntryPoint | `GF_AutoExport_001` | `AutoRegisterExportedCollections` 不支持嵌套类 | | `GF_AutoExport_002` | 指定的注册器成员不存在 | | `GF_AutoExport_003` | 注册器成员上找不到兼容的注册方法 | -| `GF_AutoExport_004` | 被标记成员不是可枚举集合 | +| `GF_AutoExport_004` | 被标记的成员不是可枚举集合 | | `GF_AutoExport_005` | 无法推导集合元素类型 | | `GF_AutoExport_006` | 集合成员不是实例可读成员 | | `GF_AutoExport_007` | 注册器成员不是实例可读成员 |