Skip to content

Commit dc53bb9

Browse files
Fix prose indentation [ci-skip]
Prior to this commit, the prose was formatted as a code example.
1 parent 357a49d commit dc53bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actionview/lib/action_view/helpers/text_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ def pluralize(count, singular, plural_arg = nil, plural: plural_arg, locale: I18
261261
# word_wrap('Once upon a time', line_width: 1)
262262
# # => Once\nupon\na\ntime
263263
#
264-
# You can also specify a custom +break_sequence+ ("\n" by default)
264+
# You can also specify a custom +break_sequence+ ("\n" by default):
265265
#
266266
# word_wrap('Once upon a time', line_width: 1, break_sequence: "\r\n")
267267
# # => Once\r\nupon\r\na\r\ntime

0 commit comments

Comments
 (0)