From e93e422532fcd55f19d4859197fbc5300d589816 Mon Sep 17 00:00:00 2001 From: Joseph Pecoraro Date: Sun, 31 May 2009 10:00:15 -0400 Subject: Fixed typo. --- railties/guides/source/active_support_overview.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/railties/guides/source/active_support_overview.textile b/railties/guides/source/active_support_overview.textile index 659e4cdd50..7f72ff5186 100644 --- a/railties/guides/source/active_support_overview.textile +++ b/railties/guides/source/active_support_overview.textile @@ -129,7 +129,7 @@ end M::A.subclasses # => ["N::C", "M::B2", "M::B1"] -The order in which these class names are returned is unespecified. +The order in which these class names are returned is unspecified. See also +Object#subclasses_of+ in "Extensions to All Objects FIX THIS LINK":FIXME. -- cgit v1.2.3