damn it, typo
parent
d8b78868c9
commit
438c18472e
|
@ -216,7 +216,7 @@ class Msftidy
|
|||
next
|
||||
elsif %w{and or the for via to}.include?(word)
|
||||
next
|
||||
elsif word[0, 1] == word[0, 1].capitalize
|
||||
elsif word[0, 1] != word[0, 1].capitalize
|
||||
warn("Improper capitalization in module title: '#{word}...'")
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue