summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBurdetteLamar <BurdetteLamar@Yahoo.com>2022-06-30 16:16:25 -0500
committergit <svn-admin@ruby-lang.org>2022-07-02 21:49:13 +0900
commit558a9244e9ac49532da99215bef6ec60c376183f (patch)
treea96cc34ab03eae5887b144b9b5ced087d2317260
parent7e8fd40c063298da6bc94ef80f4e0feae808d205 (diff)
[ruby/pstore] Enhanced RDoc
https://github.com/ruby/pstore/commit/cb2b9dc9a9
-rw-r--r--lib/pstore.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pstore.rb b/lib/pstore.rb
index bbee757212..5be7044376 100644
--- a/lib/pstore.rb
+++ b/lib/pstore.rb
@@ -116,7 +116,7 @@ require "digest"
# This maintains the integrity of the store.
#
# Other code in the block (including even calls to #path and PStore.new)
-# is executed as it is read.
+# is executed immediately, not deferred.
#
# The transaction block:
#