Commit 845b6c4
committed
minor #12790 Fix
This PR was merged into the 5.0 branch.
Discussion
----------
Fix `UnicodeString::before()` example
If I'm not mistaken, the result of `u('hello world')->before('o');` would be `'hell'` instead of `'hell '`.
Commits
-------
9322a00 Fix output of before() exampleUnicodeString::before() example (jdreesen)1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
241 | | - | |
| 241 | + | |
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
| |||
0 commit comments