From 01cfd2b00afc25fa4ca8e538f59a405e7eec7bb5 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 7 Nov 2005 09:36:43 +0000 Subject: Fix docs (closes #2725) git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2906 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionwebservice/lib/action_web_service/casting.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionwebservice/lib') diff --git a/actionwebservice/lib/action_web_service/casting.rb b/actionwebservice/lib/action_web_service/casting.rb index 9ce8192d49..c9982f13a0 100644 --- a/actionwebservice/lib/action_web_service/casting.rb +++ b/actionwebservice/lib/action_web_service/casting.rb @@ -18,7 +18,7 @@ module ActionWebService # :nodoc: self.class.cast_expects(@api_method, params) end - # Coerces the given +return_value+ into the the type returned by this + # Coerces the given +return_value+ into the type returned by this # method def cast_returns(return_value) self.class.cast_returns(@api_method, return_value) -- cgit v1.2.3