mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
hash.c: [DOC] fix book title in example
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57753 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c1fd1b111d
commit
8b71e2532d
1 changed files with 1 additions and 1 deletions
2
hash.c
2
hash.c
|
@ -4363,7 +4363,7 @@ env_update(VALUE env, VALUE hash)
|
||||||
* Hashes are an easy way to represent data structures, such as
|
* Hashes are an easy way to represent data structures, such as
|
||||||
*
|
*
|
||||||
* books = {}
|
* books = {}
|
||||||
* books[:matz] = "The Ruby Language"
|
* books[:matz] = "The Ruby Programming Language"
|
||||||
* books[:black] = "The Well-Grounded Rubyist"
|
* books[:black] = "The Well-Grounded Rubyist"
|
||||||
*
|
*
|
||||||
* Hashes are also commonly used as a way to have named parameters in
|
* Hashes are also commonly used as a way to have named parameters in
|
||||||
|
|
Loading…
Reference in a new issue