mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #27799 from kenta-s/fix-grammar-in-number_helper
Fix grammar 'an hyphen' -> 'a hyphen' [ci skip]
This commit is contained in:
commit
c6f7c18e25
2 changed files with 2 additions and 2 deletions
|
@ -92,7 +92,7 @@ module ActionView
|
|||
# (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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue