File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
activesupport/lib/active_support/core_ext/array Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ class Array
16
16
# ==== Options
17
17
#
18
18
# * <tt>:words_connector</tt> - The sign or word used to join all but the last
19
- # element in arrays with three or more elements (default: ", ").
19
+ # element in arrays with three or more elements (default: <tt> ", "</tt> ).
20
20
# * <tt>:last_word_connector</tt> - The sign or word used to join the last element
21
- # in arrays with three or more elements (default: ", and ").
21
+ # in arrays with three or more elements (default: <tt> ", and "</tt> ).
22
22
# * <tt>:two_words_connector</tt> - The sign or word used to join the elements
23
- # in arrays with two elements (default: " and ").
23
+ # in arrays with two elements (default: <tt> " and "</tt> ).
24
24
# * <tt>:locale</tt> - If +i18n+ is available, you can set a locale and use
25
25
# the connector options defined on the 'support.array' namespace in the
26
26
# corresponding dictionary file.
You can’t perform that action at this time.
0 commit comments