Skip to content

Commit

Permalink
Merge pull request #53804 from claudiob/to_sentence
Browse files Browse the repository at this point in the history
Use fixed font in to_sentence API docs [ci skip]
  • Loading branch information
kamipo committed Dec 3, 2024
1 parent 8cff924 commit ab14413
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ class Array
# ==== Options
#
# * <tt>:words_connector</tt> - The sign or word used to join all but the last
# element in arrays with three or more elements (default: ", ").
# element in arrays with three or more elements (default: <tt>", "</tt>).
# * <tt>:last_word_connector</tt> - The sign or word used to join the last element
# in arrays with three or more elements (default: ", and ").
# in arrays with three or more elements (default: <tt>", and "</tt>).
# * <tt>:two_words_connector</tt> - The sign or word used to join the elements
# in arrays with two elements (default: " and ").
# in arrays with two elements (default: <tt>" and "</tt>).
# * <tt>:locale</tt> - If +i18n+ is available, you can set a locale and use
# the connector options defined on the 'support.array' namespace in the
# corresponding dictionary file.
Expand Down

0 comments on commit ab14413

Please sign in to comment.