zhiburt / tabled

An easy to use library for pretty print tables of Rust structs and enums.
MIT License
1.94k stars 77 forks source link

Fix some typos and grammar issues in the README. #408

Closed rcorre closed 2 months ago

rcorre commented 2 months ago

This fixes a few spelling and grammar issues I noticed in the README. Overall I tried not to change the structure too much, but rather made small tweaks to make it sound a little more correct.

This also removes trailing whitespace from some lines.

Alexdelia commented 2 months ago

need to check if tabled prints those whitespaces:

https://github.com/zhiburt/tabled/pull/408/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5L366-L369

if it does, then they must not be removed

rcorre commented 2 months ago

You're correct, tabled does print trailing whitespace. Fixed!

zhiburt commented 2 months ago

Hi @rcorre @Alexdelia

It seems we will fix it forever :sweat_smile: Someone always has been bad with grammar :disappointed:

Thanks a lot. Sorry for a delay

Take care. And have a good weekend.