diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/pstore.rb | 2 |
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: # |
