@@ -64,8 +64,9 @@ block will be formatted with more padding (one blank line above and below the
64
64
messages and 2 spaces on the left and right).
65
65
66
66
The exact "style" you use in the block is up to you. In this case, you're using
67
- the pre-defined ``error `` style, but there are other styles, or you can create
68
- your own. See :doc: `/console/coloring `.
67
+ the pre-defined ``error `` style, but there are other styles (``info ``,
68
+ ``comment ``, ``question ``), or you can create your own.
69
+ See :doc: `/console/coloring `.
69
70
70
71
Print Truncated Messages
71
72
------------------------
@@ -87,7 +88,7 @@ And the output will be:
87
88
88
89
This is...
89
90
90
- The message is truncated to the given length, then the suffix is appended to end
91
+ The message is truncated to the given length, then the suffix is appended to the end
91
92
of that string.
92
93
93
94
Negative String Length
@@ -109,7 +110,7 @@ Custom Suffix
109
110
110
111
By default, the ``... `` suffix is used. If you wish to use a different suffix,
111
112
pass it as the third argument to the method.
112
- The suffix is always appended, unless truncate length is longer than a message
113
+ The suffix is always appended, unless truncated length is longer than a message
113
114
and a suffix length.
114
115
If you don't want to use suffix at all, pass an empty string::
115
116
0 commit comments