From 515238bc6c29f3b89234db3ebf2cd5af90f2663e Mon Sep 17 00:00:00 2001 From: vzvu3k6k Date: Tue, 30 Jul 2019 03:10:56 +0900 Subject: [ci skip] Fix unclosed tags in `Inflector` docs --- activesupport/lib/active_support/inflector/transliterate.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport') diff --git a/activesupport/lib/active_support/inflector/transliterate.rb b/activesupport/lib/active_support/inflector/transliterate.rb index 0751f8a3ad..3ba2d93ed8 100644 --- a/activesupport/lib/active_support/inflector/transliterate.rb +++ b/activesupport/lib/active_support/inflector/transliterate.rb @@ -116,7 +116,7 @@ module ActiveSupport # If the optional parameter +locale+ is specified, # the word will be parameterized as a word of that language. # By default, this parameter is set to nil and it will use - # the configured I18n.locale. + # the configured I18n.locale. def parameterize(string, separator: "-", preserve_case: false, locale: nil) # Replace accented chars with their ASCII equivalents. parameterized_string = transliterate(string, locale: locale) -- cgit v1.2.3