ParkMyCar / compact_str

A memory efficient string type that can store up to 24* bytes on the stack
MIT License
638 stars 46 forks source link

Update README.md - fix one grammatical bug. #335

Closed sonijogesh closed 11 months ago

sonijogesh commented 11 months ago

Grammar mistake in README.md inside section "How it Works".

" In Rust a String consists.." should be " In Rust, a String consists.."

Screenshot-

Screenshot (103)

sonijogesh commented 11 months ago

Please review my PR.

ParkMyCar commented 11 months ago

I appreciate the interest in compact_str! Unfortunately at the moment we're receiving an influx of PRs which simply update a few characters of the README. I'm unsure what caused the sudden increase, but given these PRs are relatively low impact, for the time being I'm going to close them under the idea that they're spam.

I sincerely apologize if this PR was opened in good faith, please don't allow this to discourage you from open source contributions in the future!