From 32d1bd9b41d59de0051a318dae433228dfcbad44 Mon Sep 17 00:00:00 2001 From: Casey Dahlin Date: Fri, 3 Oct 2008 14:08:25 -0400 Subject: Update a comment Fix comment for release method --- state.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/state.rb b/state.rb index 2e24a50..aab4051 100644 --- a/state.rb +++ b/state.rb @@ -82,7 +82,7 @@ class State rise if @holds.size == 1 end - # Release a hold on this state. Arguments are the same as for +add_hold+. + # Release a hold on this state. Arguments are the same as for +hold+. def release(hold) hold = Hold::Dep.new(hold) if hold.is_a? State hold = Hold::User.new if hold == :user -- cgit