Minor doc fixes (#1562)

This commit is contained in:
walfie
2022-11-22 07:08:18 +00:00
committed by GitHub
parent ddee1c1d1a
commit 7d0bb28876
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ use std::{fmt, ops::Deref};
/// If the query string cannot be parsed it will reject the request with a `422
/// 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]: https://github.com/tokio-rs/axum/blob/main/examples/query-params-with-empty-strings/src/main.rs