diff --git a/lib/ruote/part/storage_participant.rb b/lib/ruote/part/storage_participant.rb index 877e1e42..9b724bd2 100644 --- a/lib/ruote/part/storage_participant.rb +++ b/lib/ruote/part/storage_participant.rb @@ -115,7 +115,7 @@ def [](fei) alias by_fei [] - # Removes the workitem from the in-memory hash and replies to the engine. + # Removes the workitem from the storage and replies to the engine. # # TODO : should it raise if the workitem can't be found ? # TODO : should it accept just the fei ?