branch: externals/indent-bars
commit e12b91fe3f54a097e325a6a6b70e0f951bf4446b
Author: JD Smith <[email protected]>
Commit: JD Smith <[email protected]>
doc: custom tweak
---
indent-bars-ts.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/indent-bars-ts.el b/indent-bars-ts.el
index 69aaaa9acf..11a1d7162e 100644
--- a/indent-bars-ts.el
+++ b/indent-bars-ts.el
@@ -84,7 +84,7 @@ variables."
:group 'indent-bars-ts)
(defcustom indent-bars-treesit-scope-min-lines 3
- "Minimum number of lines a node must span to be counted for scope."
+ "Minimum number of lines a node must span to be counted as a scope."
:type 'integer
:group 'indent-bars-ts)