lib/perobs/ObjectBase.rb in perobs-4.1.0 vs lib/perobs/ObjectBase.rb in perobs-4.2.0
- old
+ new
@@ -248,10 +248,10 @@
# Restore the object state from the storage back-end.
# @param level [Integer] the transaction nesting level
def _restore(level)
# Find the most recently stored state of this object. This could be on
# any previous stash level or in the regular object DB. If the object
- # was created during the transaction, there is not previous state to
+ # was created during the transaction, there is no previous state to
# restore to.
data = nil
if @_stash_map
(level - 1).downto(0) do |lvl|
break if (data = @_stash_map[lvl])