From 3a05da132184ee2a1ccac86b4b7fa865dc05c846 Mon Sep 17 00:00:00 2001 From: a_matsuda Date: Wed, 23 Dec 2015 03:43:23 +0000 Subject: [DOC] Fix typos * benchmark.rb * getoptlong.rb * irb.rb * net/http.rb * net/http/header.rb * net/imap.rb * optparse.rb * pstore.rb * webrick.rb * xmlrpc.rb [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53261 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/pstore.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/pstore.rb') diff --git a/lib/pstore.rb b/lib/pstore.rb index 2769b25065..8dfcaec7df 100644 --- a/lib/pstore.rb +++ b/lib/pstore.rb @@ -190,7 +190,7 @@ class PStore # store.transaction do # begin transaction # # load some data into the store... # store[:single_object] = "My data..." - # store[:obj_heirarchy] = { "Kev Jackson" => ["rational.rb", "pstore.rb"], + # store[:obj_hierarchy] = { "Kev Jackson" => ["rational.rb", "pstore.rb"], # "James Gray" => ["erb.rb", "pstore.rb"] } # end # commit changes to data store file # -- cgit v1.2.1