Skip to content

Commit 2e125cc

Browse files
committed
doc: clarify http.ClientRequest path description
Clarify `http.ClientRequest` path description. Fixes: #25864 PR-URL: #26259 Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent bba27a1 commit 2e125cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/http.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ Limits maximum response headers count. If set to 0, no limit will be applied.
638638
added: v0.4.0
639639
-->
640640

641-
* {string} The request path. Read-only.
641+
* {string} The request path.
642642

643643
### request.removeHeader(name)
644644
<!-- YAML

0 commit comments

Comments
 (0)