README: Fix typo

pull/252/head
Jonas Schürmann 2019-08-22 12:53:17 +02:00 committed by GitHub
parent 5bf295d082
commit c36ecd4718
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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); (but excluding `-XCPP` which is too hard);
- Retain newlines and comments unmodified; - Retain newlines and comments unmodified;
- Be clever about using the available horizontal space while not overflowing - 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 - Be clever about aligning things horizontally (this can be turned off
completely however); completely however);
- Have linear complexity in the size of the input. - Have linear complexity in the size of the input.