tokio-rs / website

Website for the Tokio project
https://tokio.rs
MIT License
229 stars 329 forks source link

small typo #624

Closed EdmundsEcho closed 2 years ago

EdmundsEcho commented 2 years ago

Great introduction to the motivation. It's a thought process that can be applied more generally for my day to day Rust. Thank you for that.

Here is a small typo I thought that I would point out:

Location: https://tokio.rs/blog/2021-05-14-inventing-the-service-trait

Paragraph with heading: "Making Handler more flexible"

In the body: "Our little Handler trait is working quite nicely, but currently it only supports our HttpRequest and HttpResponse types. It would be nice if those where</TYPO HERE> generic, so users could use whatever type they want."

.. "It would be nice if those were generic..."

- E

Darksonn commented 2 years ago

Thanks.