Skip to content

Commit

Permalink
Pick word fix from 34adc07
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Aug 21, 2024
1 parent 344665c commit 02217a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bundled_gems.rb
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def self.warning?(name, specs: nil)
# We'll fail to warn requires for files that are not the entry point
# of the gem, e.g. require "logger/formatter.rb" won't warn.
# But that's acceptable because this warning is best effort,
# and in the overwhelming majority of case logger.rb will end
# and in the overwhelming majority of cases logger.rb will end
# up required.
return unless SINCE_FAST_PATH[File.basename(feature, ".*")]
else
Expand Down

0 comments on commit 02217a0

Please sign in to comment.