rwf2 / Rocket

A web framework for Rust.
https://rocket.rs
Other
23.59k stars 1.52k forks source link

doc: change `&ContentType` with `&Accept` in the list of implementations of `FromRequest` #2743

Closed quarthex closed 2 months ago

quarthex commented 3 months ago

Good day human beings,

It seems that the following line need to be corrected.

https://github.com/rwf2/Rocket/blob/b15dc700aa16647c10f51ee9e9a7a5bfed072fb1/core/lib/src/request/from_request.rs#L152C12-L152C23

Best regards

SergioBenitez commented 2 months ago

Thank you for letting us know!