From 1eae9bea72550681b9242c6d797ff47753077f9e Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Mon, 15 Dec 2014 14:15:36 +0100 Subject: autoloading guide: damn typos [ci skip] --- guides/source/constant_autoloading_and_reloading.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'guides/source') diff --git a/guides/source/constant_autoloading_and_reloading.md b/guides/source/constant_autoloading_and_reloading.md index 62dd1ac234..4d016af2c2 100644 --- a/guides/source/constant_autoloading_and_reloading.md +++ b/guides/source/constant_autoloading_and_reloading.md @@ -113,7 +113,7 @@ the nesting in (2) is different, `XML` does not belong to it: ``` We can see in this example that the name of a class or module that belongs to a -certaing nesting does not necessarily correlate with the namespaces at the spot. +certain nesting does not necessarily correlate with the namespaces at the spot. Even more, they are totally independent, take for instance @@ -163,7 +163,7 @@ getting too much into the details, the resolution algorithm for relative constant references goes like this: 1. First, if the nesting is not empty it looks for the constant in its elements -and in order, ingoring their ancestors. +and in order, ignoring their ancestors. 2. If not found, then it walks up the ancestor chain of the cref. -- cgit v1.2.3