From f5e57d1d257e076d5b1450690fc22653ad927715 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=AD=E5=9F=8E=E5=B0=8F=E5=88=98?= Date: Sun, 28 Apr 2024 19:18:14 +0800 Subject: [PATCH] docs: code comment --- Chapter1 - iOS/1.102.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapter1 - iOS/1.102.md b/Chapter1 - iOS/1.102.md index 7ec3586..07e2405 100644 --- a/Chapter1 - iOS/1.102.md +++ b/Chapter1 - iOS/1.102.md @@ -751,7 +751,7 @@ namespace CodeStyleValidatePlugin { }; } -// 注册插件,告诉 LLVM 插件对应的 Action 是 FANAction +// 注册插件,告诉 LLVM 插件对应的 Action 是 CodeStyleValidatePlugin static FrontendPluginRegistry::Add X("CodeStyleValidatePlugin", "This plugin is designed for scanning code styles, powered by @FantasticLBP"); ```