Skip to content

Commit 9138f7b

Browse files
authored
Merge pull request #1352 from masato-bkn/fix/rails-pluralization-grammar-example
Fix example in `Rails/PluralizationGrammar`
2 parents ed33413 + 5a0a69a commit 9138f7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rubocop/cop/rails/pluralization_grammar.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module Rails
1111
# 3.day.ago
1212
# 1.months.ago
1313
# 5.megabyte
14-
# 1.gigabyte
14+
# 1.gigabytes
1515
#
1616
# # good
1717
# 3.days.ago

0 commit comments

Comments
 (0)