ruby-changes:45680
From: stomar <ko1@a...>
Date: Thu, 2 Mar 2017 04:57:21 +0900 (JST)
Subject: [ruby-changes:45680] stomar:r57753 (trunk): hash.c: [DOC] fix book title in example
stomar 2017-03-02 04:57:14 +0900 (Thu, 02 Mar 2017) New Revision: 57753 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=57753 Log: hash.c: [DOC] fix book title in example Modified files: trunk/hash.c Index: hash.c =================================================================== --- hash.c (revision 57752) +++ hash.c (revision 57753) @@ -4363,7 +4363,7 @@ env_update(VALUE env, VALUE hash) https://github.com/ruby/ruby/blob/trunk/hash.c#L4363 * Hashes are an easy way to represent data structures, such as * * books = {} - * books[:matz] = "The Ruby Language" + * books[:matz] = "The Ruby Programming Language" * books[:black] = "The Well-Grounded Rubyist" * * Hashes are also commonly used as a way to have named parameters in -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/