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 ++++++++-------- activesupport/lib/active_support/number_helper.rb | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) 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 "."). diff --git a/activesupport/lib/active_support/number_helper.rb b/activesupport/lib/active_support/number_helper.rb index cfca42bc69..258d9b34e1 100644 --- a/activesupport/lib/active_support/number_helper.rb +++ b/activesupport/lib/active_support/number_helper.rb @@ -95,8 +95,8 @@ module ActiveSupport # (defaults to current locale). # * :precision - Sets the precision of the number # (defaults to 3). Keeps the number's precision if nil. - # * :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 "."). @@ -163,8 +163,8 @@ module ActiveSupport # (defaults to current locale). # * :precision - Sets the precision of the number # (defaults to 3). Keeps the number's precision if nil. - # * :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 "."). @@ -210,8 +210,8 @@ module ActiveSupport # (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 "."). @@ -260,8 +260,8 @@ module ActiveSupport # (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