From 74f0dcfe0209a8daa018eb0a73629237bfaa51cc Mon Sep 17 00:00:00 2001
From: Attacktive
Date: Wed, 9 Jul 2025 11:57:05 +0900
Subject: [PATCH] docs: rephrase rule details
---
docs/rules/padding-line-between-blocks.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/rules/padding-line-between-blocks.md b/docs/rules/padding-line-between-blocks.md
index 4f3ee0290..645efeac7 100644
--- a/docs/rules/padding-line-between-blocks.md
+++ b/docs/rules/padding-line-between-blocks.md
@@ -14,7 +14,7 @@ since: v6.2.0
## :book: Rule Details
-This rule requires or disallows blank lines between the given 2 blocks. Properly blank lines help developers to understand the code.
+This rule requires or disallows blank lines between blocks. Properly placed blank lines help developers understand the code.