From d4f2c3adb3cd9a0fbf68f2f132eed5a75a7d3ea0 Mon Sep 17 00:00:00 2001 From: Yu Haidong Date: Wed, 4 Mar 2015 21:54:54 +0800 Subject: Fix spelling [ci skip] --- actionview/lib/action_view/helpers/number_helper.rb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'actionview/lib/action_view') diff --git a/actionview/lib/action_view/helpers/number_helper.rb b/actionview/lib/action_view/helpers/number_helper.rb index cfd617cedc..ca8d30e4ef 100644 --- a/actionview/lib/action_view/helpers/number_helper.rb +++ b/actionview/lib/action_view/helpers/number_helper.rb @@ -116,8 +116,8 @@ module ActionView # (defaults to current locale). # * :precision - Sets the precision of the number # (defaults to 3). - # * :significant - If +true+, precision will be the # - # of significant_digits. If +false+, the # of fractional + # * :significant - If +true+, precision will be the number + # of significant_digits. If +false+, the number of fractional # digits (defaults to +false+). # * :separator - Sets the separator between the # fractional and integer digits (defaults to "."). @@ -191,8 +191,8 @@ module ActionView # (defaults to current locale). # * :precision - Sets the precision of the number # (defaults to 3). - # * :significant - If +true+, precision will be the # - # of significant_digits. If +false+, the # of fractional + # * :significant - If +true+, precision will be the number + # of significant_digits. If +false+, the number of fractional # digits (defaults to +false+). # * :separator - Sets the separator between the # fractional and integer digits (defaults to "."). @@ -239,8 +239,8 @@ module ActionView # (defaults to current locale). # * :precision - Sets the precision of the number # (defaults to 3). - # * :significant - If +true+, precision will be the # - # of significant_digits. If +false+, the # of fractional + # * :significant - If +true+, precision will be the number + # of significant_digits. If +false+, the number of fractional # digits (defaults to +true+) # * :separator - Sets the separator between the # fractional and integer digits (defaults to "."). @@ -291,8 +291,8 @@ module ActionView # (defaults to current locale). # * :precision - Sets the precision of the number # (defaults to 3). - # * :significant - If +true+, precision will be the # - # of significant_digits. If +false+, the # of fractional + # * :significant - If +true+, precision will be the number + # of significant_digits. If +false+, the number of fractional # digits (defaults to +true+) # * :separator - Sets the separator between the # fractional and integer digits (defaults to "."). -- cgit v1.2.3