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"); ```