Skip to content

Commit

Permalink
Merge pull request #1352 from masato-bkn/fix/rails-pluralization-gram…
Browse files Browse the repository at this point in the history
…mar-example

Fix example in `Rails/PluralizationGrammar`
  • Loading branch information
koic authored Sep 4, 2024
2 parents ed33413 + 5a0a69a commit 9138f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rubocop/cop/rails/pluralization_grammar.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module Rails
# 3.day.ago
# 1.months.ago
# 5.megabyte
# 1.gigabyte
# 1.gigabytes
#
# # good
# 3.days.ago
Expand Down

0 comments on commit 9138f7b

Please sign in to comment.