aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
diff options
context:
space:
mode:
authorRyunosuke SATO <tricknotes.rs@gmail.com>2014-10-29 00:32:43 +0900
committerRyunosuke SATO <tricknotes.rs@gmail.com>2014-10-29 00:32:43 +0900
commit44260581bec06e4ce05f3dd838c8b4736fc7eb1d (patch)
tree0447d645ba0a399fb062fa13d17449ce83f52dda /actionview
parent6c3bc9697641ba29959ca191c45e2d4a39a23d34 (diff)
downloadrails-44260581bec06e4ce05f3dd838c8b4736fc7eb1d.tar.gz
rails-44260581bec06e4ce05f3dd838c8b4736fc7eb1d.tar.bz2
rails-44260581bec06e4ce05f3dd838c8b4736fc7eb1d.zip
Fix doc markup for `NumberHelper` [ci skip]
The character "*" is unnecessary in option candidates. This incorrect markup was injected in e8c9aeca .
Diffstat (limited to 'actionview')
-rw-r--r--actionview/lib/action_view/helpers/number_helper.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/actionview/lib/action_view/helpers/number_helper.rb b/actionview/lib/action_view/helpers/number_helper.rb
index 7220bded3c..f66dbfe7d3 100644
--- a/actionview/lib/action_view/helpers/number_helper.rb
+++ b/actionview/lib/action_view/helpers/number_helper.rb
@@ -306,12 +306,12 @@ module ActionView
# string containing an i18n scope where to find this hash. It
# might have the following keys:
# * *integers*: <tt>:unit</tt>, <tt>:ten</tt>,
- # *<tt>:hundred</tt>, <tt>:thousand</tt>, <tt>:million</tt>,
- # *<tt>:billion</tt>, <tt>:trillion</tt>,
- # *<tt>:quadrillion</tt>
+ # <tt>:hundred</tt>, <tt>:thousand</tt>, <tt>:million</tt>,
+ # <tt>:billion</tt>, <tt>:trillion</tt>,
+ # <tt>:quadrillion</tt>
# * *fractionals*: <tt>:deci</tt>, <tt>:centi</tt>,
- # *<tt>:mili</tt>, <tt>:micro</tt>, <tt>:nano</tt>,
- # *<tt>:pico</tt>, <tt>:femto</tt>
+ # <tt>:mili</tt>, <tt>:micro</tt>, <tt>:nano</tt>,
+ # <tt>:pico</tt>, <tt>:femto</tt>
# * <tt>:format</tt> - Sets the format of the output string
# (defaults to "%n %u"). The field types are:
# * %u - The quantifier (ex.: 'thousand')