Skip to content

Commit 5008ebc

Browse files
committed
Fix the description of the detect method for options
1 parent a246c6b commit 5008ebc

15 files changed

Lines changed: 15 additions & 15 deletions

lib/options/always-semicolon.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ module.exports = {
7272
},
7373

7474
/**
75-
* Detects the syntax at the tree node.
75+
* Detects the value of an option at the tree node.
7676
*
7777
* @param {String} nodeType
7878
* @param {node} node

lib/options/block-indent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ module.exports = {
7272
},
7373

7474
/**
75-
* Detects the syntax at the tree node.
75+
* Detects the value of an option at the tree node.
7676
*
7777
* @param {String} nodeType
7878
* @param {node} node

lib/options/colon-space.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ module.exports = {
5656
},
5757

5858
/**
59-
* Detects the syntax at the tree node.
59+
* Detects the value of an option at the tree node.
6060
*
6161
* @param {String} nodeType
6262
* @param {node} node

lib/options/color-case.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ module.exports = {
2929
},
3030

3131
/**
32-
* Detects the syntax at the tree node.
32+
* Detects the value of an option at the tree node.
3333
*
3434
* @param {String} nodeType
3535
* @param {node} node

lib/options/color-shorthand.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ module.exports = {
2929
},
3030

3131
/**
32-
* Detects the syntax at the tree node.
32+
* Detects the value of an option at the tree node.
3333
*
3434
* @param {String} nodeType
3535
* @param {node} node

lib/options/combinator-space.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ module.exports = {
4848
},
4949

5050
/**
51-
* Detects the syntax at the tree node.
51+
* Detects the value of an option at the tree node.
5252
*
5353
* @param {String} nodeType
5454
* @param {node} node

lib/options/element-case.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ module.exports = {
3434
},
3535

3636
/**
37-
* Detects the syntax at the tree node.
37+
* Detects the value of an option at the tree node.
3838
*
3939
* @param {String} nodeType
4040
* @param {node} node

lib/options/eof-newline.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module.exports = {
3131
},
3232

3333
/**
34-
* Detects the syntax at the tree node.
34+
* Detects the value of an option at the tree node.
3535
*
3636
* @param {String} nodeType
3737
* @param {node} node

lib/options/leading-zero.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ module.exports = {
3030
},
3131

3232
/**
33-
* Detects the syntax at the tree node.
33+
* Detects the value of an option at the tree node.
3434
*
3535
* @param {String} nodeType
3636
* @param {node} node

lib/options/remove-empty-rulesets.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ module.exports = {
8383
},
8484

8585
/**
86-
* Detects the syntax at the tree node.
86+
* Detects the value of an option at the tree node.
8787
* This option is treated as `true` by default, but any trailing space would invalidate it.
8888
*
8989
* @param {String} nodeType

0 commit comments

Comments
 (0)