Skip to content

Commit a2217ae

Browse files
authored
Merge pull request rails#44606 from 2017kamb/remove_typo_from_upgrading_rails_doc_file
2 parents 13dd6f9 + 7ad738a commit a2217ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/upgrading_ruby_on_rails.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ A few of highlights:
314314

315315
* If you want to trace the activity of the autoloader, `ActiveSupport::Dependencies.verbose=` is no longer available, just throw `Rails.autoloaders.log!` in `config/application.rb`.
316316

317-
Auxiliary internal classes or modules are also gone, like like `ActiveSupport::Dependencies::Reference`, `ActiveSupport::Dependencies::Blamable`, and others.
317+
Auxiliary internal classes or modules are also gone, like `ActiveSupport::Dependencies::Reference`, `ActiveSupport::Dependencies::Blamable`, and others.
318318

319319
### Autoloading during initialization
320320

0 commit comments

Comments
 (0)