aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/number_helper.rb
diff options
context:
space:
mode:
authorkenta-s <knt01222@gmail.com>2017-01-25 23:43:45 +0900
committerkenta-s <knt01222@gmail.com>2017-01-25 23:50:20 +0900
commit19fc41992561c901f66064042aa23f4910101d98 (patch)
treeab9a918161071d4bdaa44cbb86023424b474b4df /activesupport/lib/active_support/number_helper.rb
parenta363099ce19291d786a31342b6efc528b0cf296d (diff)
downloadrails-19fc41992561c901f66064042aa23f4910101d98.tar.gz
rails-19fc41992561c901f66064042aa23f4910101d98.tar.bz2
rails-19fc41992561c901f66064042aa23f4910101d98.zip
Fix grammar 'an hyphen' -> 'a hyphen' [ci skip]
Diffstat (limited to 'activesupport/lib/active_support/number_helper.rb')
-rw-r--r--activesupport/lib/active_support/number_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/number_helper.rb b/activesupport/lib/active_support/number_helper.rb
index 6000ea44be..da4e91e949 100644
--- a/activesupport/lib/active_support/number_helper.rb
+++ b/activesupport/lib/active_support/number_helper.rb
@@ -78,7 +78,7 @@ module ActiveSupport
# (defaults to "%u%n"). Fields are <tt>%u</tt> for the
# currency, and <tt>%n</tt> for the number.
# * <tt>:negative_format</tt> - Sets the format for negative
- # numbers (defaults to prepending an hyphen to the formatted
+ # numbers (defaults to prepending a hyphen to the formatted
# number given by <tt>:format</tt>). Accepts the same fields
# than <tt>:format</tt>, except <tt>%n</tt> is here the
# absolute value of the number.