fix: the last example in text wrapper
This commit is contained in:
@ -19,7 +19,9 @@ Wrap the given text for 40 characters per line. For example, for the following i
|
||||
|
||||
* The program should work with Unicode text. You can find a unicode text in [story.txt](story.txt) file.
|
||||
|
||||
* The program should not cut the words before they finish. Instead, it should put the whole word on the next line. For example, this is not OK:
|
||||
* The program should not cut the words before they finish. Instead, it should put the whole word on the next line.
|
||||
|
||||
For example, this is not OK:
|
||||
|
||||
Hello world, how is it goi
|
||||
ng? It is o
|
||||
|
Reference in New Issue
Block a user