From cdb58a19cc02e59ad632860794f924383f24da61 Mon Sep 17 00:00:00 2001 From: zzak Date: Fri, 7 Aug 2015 18:42:01 +0000 Subject: * hash.c: [DOC] Improve description of symbol key syntax Patch by Raphael Das Gupta in documenting-ruby/ruby#51: https://github.com/documenting-ruby/ruby/pull/51 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51506 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- hash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hash.c') diff --git a/hash.c b/hash.c index 4d5b4c63df..3cdc75e20c 100644 --- a/hash.c +++ b/hash.c @@ -3909,7 +3909,7 @@ env_update(VALUE env, VALUE hash) * * grades = { "Jane Doe" => 10, "Jim Doe" => 6 } * - * Hashes allow an alternate syntax form when your keys are always symbols. + * Hashes allow an alternate syntax for keys that are symbols. * Instead of * * options = { :font_size => 10, :font_family => "Arial" } -- cgit v1.2.3