From 3b3f2e757793929ddf00af252a12343fe7d8c53a Mon Sep 17 00:00:00 2001 From: vleksis Date: Fri, 24 Apr 2026 16:49:34 +0300 Subject: [PATCH] Fix typo in request builder docs --- src/request.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/request.rs b/src/request.rs index 0eb36b7d..7cf19fa5 100644 --- a/src/request.rs +++ b/src/request.rs @@ -180,7 +180,7 @@ pub struct Parts { /// An HTTP request builder /// -/// This type can be used to construct an instance or `Request` +/// This type can be used to construct an instance of `Request` /// through a builder-like pattern. #[derive(Debug)] pub struct Builder {