From 558a9244e9ac49532da99215bef6ec60c376183f Mon Sep 17 00:00:00 2001 From: BurdetteLamar Date: Thu, 30 Jun 2022 16:16:25 -0500 Subject: [ruby/pstore] Enhanced RDoc https://github.com/ruby/pstore/commit/cb2b9dc9a9 --- lib/pstore.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: # -- cgit v1.2.3