diff --git a/lib/pstore.rb b/lib/pstore.rb index bbee75721257ba..5be7044376f0b7 100644 --- a/lib/pstore.rb +++ b/lib/pstore.rb @@ -116,7 +116,7 @@ # 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: #