Skip to content

Commit 859164d

Browse files
committed
Remove references to third-person 'you', it sounds weird
1 parent 9c4f415 commit 859164d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

linters/SublimeLinter/SublimeLinter.sublime-settings

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,16 @@
4646
// Prohibit the use of a variable before it was defined.
4747
"latedef": true,
4848

49-
// Require you to capitalize names of constructor functions.
49+
// Require capitalized names for constructor functions.
5050
"newcap": true,
5151

52-
// Make it an error to leave a trailing whitespace in your code.
52+
// Prohibit trailing whitespace.
5353
"trailing": true,
5454

5555
// Prohibit the use of explicitly undeclared variables.
5656
"undef": true,
5757

58-
// Warn when you define and never use your variables.
58+
// Warn when variables are defined but never used.
5959
"unused": true
6060
}
6161
}

0 commit comments

Comments
 (0)