quchen / prettyprinter

A modern, extensible and well-documented prettyprinter.
BSD 2-Clause "Simplified" License
293 stars 34 forks source link

Reword misleading documentation for layoutPretty #229

Closed benjamin-hodgson closed 2 years ago

benjamin-hodgson commented 2 years ago

The docs implied that layoutPretty looks ahead by a single text element, which is not accurate - it looks ahead to the end of the line. I also reworded the layoutSmart docs, which implied that it tries to fit the whole document into one line.