aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/active_support_overview.textile
diff options
context:
space:
mode:
authorJoseph Pecoraro <joepeck02@gmail.com>2009-05-31 10:00:15 -0400
committerJoseph Pecoraro <joepeck02@gmail.com>2009-05-31 10:00:15 -0400
commite93e422532fcd55f19d4859197fbc5300d589816 (patch)
tree6bf6709aa41c1552b90f0c72b26f5455246cc2c7 /railties/guides/source/active_support_overview.textile
parentd610295cf3bea55d88db44fe573ca35cd5728a34 (diff)
downloadrails-e93e422532fcd55f19d4859197fbc5300d589816.tar.gz
rails-e93e422532fcd55f19d4859197fbc5300d589816.tar.bz2
rails-e93e422532fcd55f19d4859197fbc5300d589816.zip
Fixed typo.
Diffstat (limited to 'railties/guides/source/active_support_overview.textile')
-rw-r--r--railties/guides/source/active_support_overview.textile2
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.