aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/active_support_core_extensions.textile
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-02-11 00:22:13 +0100
committerXavier Noria <fxn@hashref.com>2010-02-11 00:22:13 +0100
commit739b8a1638e1a6b40a906cca926764e1aad1d127 (patch)
tree363d08885e4947ae133477319fc531a5153e9480 /railties/guides/source/active_support_core_extensions.textile
parent72c83893a5221c1054347bda2be09ee4b7f3a897 (diff)
downloadrails-739b8a1638e1a6b40a906cca926764e1aad1d127.tar.gz
rails-739b8a1638e1a6b40a906cca926764e1aad1d127.tar.bz2
rails-739b8a1638e1a6b40a906cca926764e1aad1d127.zip
AS guide: fixes a typo
Diffstat (limited to 'railties/guides/source/active_support_core_extensions.textile')
-rw-r--r--railties/guides/source/active_support_core_extensions.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/active_support_core_extensions.textile b/railties/guides/source/active_support_core_extensions.textile
index f58bed54d7..3890341d13 100644
--- a/railties/guides/source/active_support_core_extensions.textile
+++ b/railties/guides/source/active_support_core_extensions.textile
@@ -375,7 +375,7 @@ end
C.new(0, 1).instance_variable_names # => ["@y", "@x"]
</ruby>
-WARNING: The order in which the names are returned is unespecified, and it indeed depends on the version of the interpreter.
+WARNING: The order in which the names are returned is unspecified, and it indeed depends on the version of the interpreter.
NOTE: Defined in +active_support/core_ext/object/instance_variables.rb+.