rust-lang-nursery / rust-cookbook

https://rust-lang-nursery.github.io/rust-cookbook
Creative Commons Zero v1.0 Universal
2.24k stars 286 forks source link

Typo in "Calling a Web API" #652

Closed Bergiu closed 2 years ago

Bergiu commented 2 years ago

https://github.com/rust-lang-nursery/rust-cookbook/blob/752b035c1ae1646c999b4d7c39c78d67215d5893/src/web/clients/api/rest-get.md?plain=1#L9

I think it should be [reqwest::get] instead of [reqwet::get] .

Bergiu commented 2 years ago

sorry this is a duplicate, there is already a pull request for this, that i haven't seen: #651