@@ -64,8 +64,9 @@ block will be formatted with more padding (one blank line above and below the
6464messages and 2 spaces on the left and right).
6565
6666The 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 `.
6970
7071Print Truncated Messages
7172------------------------
@@ -87,7 +88,7 @@ And the output will be:
8788
8889 This is...
8990
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
9192of that string.
9293
9394Negative String Length
@@ -109,7 +110,7 @@ Custom Suffix
109110
110111By default, the ``... `` suffix is used. If you wish to use a different suffix,
111112pass 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
113114and a suffix length.
114115If you don't want to use suffix at all, pass an empty string::
115116
0 commit comments