vorner / corona

Coroutine and async/await support for tokio-based futures
Apache License 2.0
119 stars 8 forks source link

Fix some tyops #1

Closed matklad closed 6 years ago

matklad commented 6 years ago

Hi! Just some typos fixed! =P

vorner commented 6 years ago

Thanks :-). But I'm pretty sure I'll add some more over time.

matklad commented 6 years ago

Yeah, I don't know of a good tool to check for typoes on CI (b/c a good typo-checking tool should be aware of syntax)... I've used IntelliJ to mass-find the typos, and, while in theory it has a CLI interface which you can use for CI, I personally wouldn't do that =H