From a9aea6ca9b89dca765ae44ef8ad7f1c6c6a911b7 Mon Sep 17 00:00:00 2001 From: John Mettraux Date: Mon, 21 Mar 2011 20:07:04 +0900 Subject: [PATCH] rdoc error fixed --- lib/ruote/part/storage_participant.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ?