diff --git a/aquatic_http_protocol/src/request.rs b/aquatic_http_protocol/src/request.rs index 61abdb1..9cd8cc1 100644 --- a/aquatic_http_protocol/src/request.rs +++ b/aquatic_http_protocol/src/request.rs @@ -275,7 +275,7 @@ impl Request { } } - /// Parse Request from http path (GET `/announce?info_hash=...`) + /// Parse Request from http GET path (`/announce?info_hash=...`) /// /// Existing serde-url decode crates were insufficient, so the decision was /// made to create a custom parser. serde_urlencoded doesn't support multiple