summaryrefslogtreecommitdiff
path: root/hash.c
diff options
context:
space:
mode:
authornagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-04-16 14:09:00 +0000
committernagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-04-16 14:09:00 +0000
commitb4909876ef9a17c3cd18d226c46fc86899195b3d (patch)
tree735ac9fd0a847760be6500fe7b1d7083212bd8fe /hash.c
parentb3f5b73ac2561c3683a4612d94dda979d1af75be (diff)
merge revision(s) 40322:
fix ENV.to_a rdoc example by @benolee [fix GH-288] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@40325 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'hash.c')
-rw-r--r--hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hash.c b/hash.c
index 9a0f71db9a..a06e7a352b 100644
--- a/hash.c
+++ b/hash.c
@@ -2926,7 +2926,7 @@ env_inspect(void)
*
* Converts the environment variables into an array of names and value arrays.
*
- * ENV.to_a # => [["TERM" => "xterm-color"], ["SHELL" => "/bin/bash"], ...]
+ * ENV.to_a # => [["TERM", "xterm-color"], ["SHELL", "/bin/bash"], ...]
*
*/
static VALUE