Skip to content

Commit

Permalink
Fix prose indentation [ci-skip]
Browse files Browse the repository at this point in the history
Prior to this commit, the prose was formatted as a code example.
  • Loading branch information
jonathanhefner committed Nov 24, 2023
1 parent 357a49d commit dc53bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionview/lib/action_view/helpers/text_helper.rb
Expand Up @@ -261,7 +261,7 @@ def pluralize(count, singular, plural_arg = nil, plural: plural_arg, locale: I18
# word_wrap('Once upon a time', line_width: 1)
# # => Once\nupon\na\ntime
#
# You can also specify a custom +break_sequence+ ("\n" by default)
# You can also specify a custom +break_sequence+ ("\n" by default):
#
# word_wrap('Once upon a time', line_width: 1, break_sequence: "\r\n")
# # => Once\r\nupon\r\na\r\ntime
Expand Down

0 comments on commit dc53bb9

Please sign in to comment.