Skip to content

Commit b613538

Browse files
committed
Fix typo
1 parent 28ead3e commit b613538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UPGRADE-7.2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ String
2323

2424
* `truncate` method now also accept `TruncateMode` enum instead of a boolean:
2525
* `TruncateMode::Char` is equivalent to `true` value ;
26-
* `TruncateMode::WordAfter` is equivalent to `true` value ;
26+
* `TruncateMode::WordAfter` is equivalent to `false` value ;
2727
* `TruncateMode::Word` is a new mode that will cut the sentence on the last word before the limit is reached.

0 commit comments

Comments
 (0)