Skip to content

Commit

Permalink
[ci skip] Fix unclosed tags in Inflector docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vzvu3k6k committed Jul 29, 2019
1 parent 17b8cde commit 515238b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def transliterate(string, replacement = "?", locale: nil)
# 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 <tt>nil</tt> and it will use
# the configured <tt>I18n.locale<tt>.
# the configured <tt>I18n.locale</tt>.
def parameterize(string, separator: "-", preserve_case: false, locale: nil)
# Replace accented chars with their ASCII equivalents.
parameterized_string = transliterate(string, locale: locale)
Expand Down

0 comments on commit 515238b

Please sign in to comment.