From 3b884ed6966c77fc8f66e04025511308fc411d15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A3=A8=EB=B0=80LuMir?= Date: Wed, 25 Jun 2025 14:47:03 +0900 Subject: [PATCH] docs: remove AST-related description from no-duplicate-definitions --- docs/rules/no-duplicate-definitions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rules/no-duplicate-definitions.md b/docs/rules/no-duplicate-definitions.md index 832a3be5..371de7cd 100644 --- a/docs/rules/no-duplicate-definitions.md +++ b/docs/rules/no-duplicate-definitions.md @@ -17,7 +17,7 @@ Please note that this rule does not report definition-style comments. For exampl > [!IMPORTANT] > -> The `FootnoteDefinition` node is detected only when using `language` mode [`markdown/gfm`](/README.md#languages). +> The footnotes are only supported when using `language` mode [`markdown/gfm`](/README.md#languages). This rule warns when `Definition` and `FootnoteDefinition` type identifiers are defined multiple times. Please note that this rule is **case-insensitive**, meaning `earth` and `Earth` are treated as the same identifier.