aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers
diff options
context:
space:
mode:
authorMarcel Molina <marcel@vernix.org>2007-12-05 21:06:36 +0000
committerMarcel Molina <marcel@vernix.org>2007-12-05 21:06:36 +0000
commit9ffb6328ea97eb7f5cffb13f902b59122a499575 (patch)
treeb23aea0da89cf76d55b91d8dfcf991a425eccb55 /actionpack/lib/action_view/helpers
parentee6b6073d50799547e9dcbe1aaeacb8976243e48 (diff)
downloadrails-9ffb6328ea97eb7f5cffb13f902b59122a499575.tar.gz
rails-9ffb6328ea97eb7f5cffb13f902b59122a499575.tar.bz2
rails-9ffb6328ea97eb7f5cffb13f902b59122a499575.zip
Enhance documentation coverage for fragment caching. Closes #7315 [bscofield]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8307 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/lib/action_view/helpers')
-rw-r--r--actionpack/lib/action_view/helpers/number_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/helpers/number_helper.rb b/actionpack/lib/action_view/helpers/number_helper.rb
index 8ea5d20ed6..eae230ad93 100644
--- a/actionpack/lib/action_view/helpers/number_helper.rb
+++ b/actionpack/lib/action_view/helpers/number_helper.rb
@@ -1,6 +1,6 @@
module ActionView
module Helpers #:nodoc:
- # Provides methods for converting a numbers into formatted strings.
+ # Provides methods for converting numbers into formatted strings.
# Methods are provided for phone numbers, currency, percentage,
# precision, positional notation, and file size.
module NumberHelper