1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fixes typo

This commit is contained in:
Xavier Noria 2021-09-04 07:56:57 +02:00
parent 9c77d72ecc
commit 556572ac19

View file

@ -49,7 +49,7 @@ module ActiveSupport # :nodoc:
# This is a private set that collects all eager load paths during bootstrap.
# Useful for Zeitwerk integration. The public interface to push custom
# directories to this collection is from applications or engines is
# directories to this collection from applications or engines is
# config.eager_load_paths.
mattr_accessor :_eager_load_paths, default: Set.new