Skip to content

Commit 438c184

Browse files
committed
damn it, typo
1 parent d8b7886 commit 438c184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/msftidy.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ def check_title_format
216216
next
217217
elsif %w{and or the for via to}.include?(word)
218218
next
219-
elsif word[0, 1] == word[0, 1].capitalize
219+
elsif word[0, 1] != word[0, 1].capitalize
220220
warn("Improper capitalization in module title: '#{word}...'")
221221
end
222222
end

0 commit comments

Comments
 (0)