Skip to content

Commit a4b202f

Browse files
authored
Merge pull request rails#54151 from Uaitt/typo-in-railties-changelog
Fix small typo on Railties CHANGELOG [ci skip]
2 parents 3fa41c0 + 4666f59 commit a4b202f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

railties/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
* Don't enable YJIT in development and test environments
1010

11-
Development and test environment tend to reload code and redefine methods (e.g. mocking),
11+
Development and test environments tend to reload code and redefine methods (e.g. mocking),
1212
hence YJIT isn't generally faster in these environments.
1313

1414
*Ali Ismayilov*, *Jean Boussier*

railties/lib/rails/application/configuration.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ def load_defaults(target_version)
349349
when "8.1"
350350
load_defaults "8.0"
351351

352-
# Development and test environment tend to reload code and
352+
# Development and test environments tend to reload code and
353353
# redefine methods (e.g. mocking), hence YJIT isn't generally
354354
# faster in these environments.
355355
self.yjit = !Rails.env.local?

0 commit comments

Comments
 (0)