From 1f5c8130c4eb29d8a60db2a9adbbdf34c28dc8a2 Mon Sep 17 00:00:00 2001 From: Jon Atack Date: Tue, 16 Dec 2014 11:38:53 +0100 Subject: Improve grammar [skip ci] --- guides/source/constant_autoloading_and_reloading.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/source/constant_autoloading_and_reloading.md b/guides/source/constant_autoloading_and_reloading.md index 9c822a7f01..effa66f19c 100644 --- a/guides/source/constant_autoloading_and_reloading.md +++ b/guides/source/constant_autoloading_and_reloading.md @@ -949,8 +949,8 @@ end require_dependency ‘square’ ``` -Only the leaves that are **at least grandchildren** have to be loaded that -way. Direct subclasses do not need to be preloaded and, if the hierarchy is +Only the leaves that are **at least grandchildren** need to be loaded this +way. Direct subclasses do not need to be preloaded. If the hierarchy is deeper, intermediate classes will be autoloaded recursively from the bottom because their constant will appear in the class definitions as superclass. -- cgit v1.2.3