diff options
author | Joseph Pecoraro <joepeck02@gmail.com> | 2009-05-31 10:00:15 -0400 |
---|---|---|
committer | Joseph Pecoraro <joepeck02@gmail.com> | 2009-05-31 10:00:15 -0400 |
commit | e93e422532fcd55f19d4859197fbc5300d589816 (patch) | |
tree | 6bf6709aa41c1552b90f0c72b26f5455246cc2c7 /railties | |
parent | d610295cf3bea55d88db44fe573ca35cd5728a34 (diff) | |
download | rails-e93e422532fcd55f19d4859197fbc5300d589816.tar.gz rails-e93e422532fcd55f19d4859197fbc5300d589816.tar.bz2 rails-e93e422532fcd55f19d4859197fbc5300d589816.zip |
Fixed typo.
Diffstat (limited to 'railties')
-rw-r--r-- | railties/guides/source/active_support_overview.textile | 2 |
1 files changed, 1 insertions, 1 deletions
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"] </ruby> -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. |