Update outdated Query extractor docs. (#891)

This commit is contained in:
Yotam Ofek
2022-03-31 15:43:54 +02:00
committed by GitHub
parent ffb6af7fed
commit 2e5d56a9b1
+2 -2
View File
@@ -37,8 +37,8 @@ use std::ops::Deref;
/// # }; /// # };
/// ``` /// ```
/// ///
/// If the query string cannot be parsed it will reject the request with a `400 /// If the query string cannot be parsed it will reject the request with a `422
/// Bad Request` response. /// Unprocessable Entity` response.
/// ///
/// For handling values being empty vs missing see the (query-params-with-empty-strings)[example] /// For handling values being empty vs missing see the (query-params-with-empty-strings)[example]
/// example. /// example.