diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-11-07 09:36:43 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-11-07 09:36:43 +0000 |
commit | 01cfd2b00afc25fa4ca8e538f59a405e7eec7bb5 (patch) | |
tree | d424a25811351d3f0a659cbf05cf7e4facf38007 /actionwebservice/lib | |
parent | 8dda7c5449f0c8f8f8569d6ca6c1aa3d906518a1 (diff) | |
download | rails-01cfd2b00afc25fa4ca8e538f59a405e7eec7bb5.tar.gz rails-01cfd2b00afc25fa4ca8e538f59a405e7eec7bb5.tar.bz2 rails-01cfd2b00afc25fa4ca8e538f59a405e7eec7bb5.zip |
Fix docs (closes #2725)
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2906 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionwebservice/lib')
-rw-r--r-- | actionwebservice/lib/action_web_service/casting.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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) |