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