From 79d441c56e34db515607c4f3f26a27cc6790b8bd Mon Sep 17 00:00:00 2001 From: Percy Ma Date: Tue, 28 Feb 2023 13:28:15 +0800 Subject: [PATCH] update --- src/extend/custom-rules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/extend/custom-rules.md b/src/extend/custom-rules.md index 93fa895..b5471c2 100644 --- a/src/extend/custom-rules.md +++ b/src/extend/custom-rules.md @@ -163,7 +163,7 @@ module.exports = { #### 作用域类型 -下表列出了 AST 节点类型和与之对应的作用域类型。了解更多关于作用域类型的信息,请参见 [`Scope` 对象文档](./scope-manager-interface.md#scope-接口). +下表列出了 AST 节点类型和与之对应的作用域类型。了解更多关于作用域类型的信息,请参见 [`Scope` 对象文档](./scope-manager-interface#scope-接口). | AST 节点类型 | 作用域类型 | |:--------------------------|:-----------|