We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28ead3e commit b613538Copy full SHA for b613538
UPGRADE-7.2.md
@@ -23,5 +23,5 @@ String
23
24
* `truncate` method now also accept `TruncateMode` enum instead of a boolean:
25
* `TruncateMode::Char` is equivalent to `true` value ;
26
- * `TruncateMode::WordAfter` is equivalent to `true` value ;
+ * `TruncateMode::WordAfter` is equivalent to `false` value ;
27
* `TruncateMode::Word` is a new mode that will cut the sentence on the last word before the limit is reached.
0 commit comments