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] --- activesupport/lib/active_support/number_helper.rb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'activesupport/lib') 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