Fixes typo

This commit is contained in:
Xavier Noria 2021-09-04 07:56:57 +02:00
parent 9c77d72ecc
commit 556572ac19
1 changed files with 1 additions and 1 deletions

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