README: Fix typo #252

Merged
MazeChaZer merged 1 commits from patch-1 into master 2019-08-22 14:02:03 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ This project's goals roughly are to:
(but excluding `-XCPP` which is too hard);
- Retain newlines and comments unmodified;
- Be clever about using the available horizontal space while not overflowing
the column maximum if it cannot be avoided;
the column maximum unless it cannot be avoided;
- Be clever about aligning things horizontally (this can be turned off
completely however);
- Have linear complexity in the size of the input.