Skip to content

Commit

Permalink
doc: clarify http.ClientRequest path description
Browse files Browse the repository at this point in the history
Clarify `http.ClientRequest` path description.

Fixes: #25864
PR-URL: #26259
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
JungMinu authored and addaleax committed Mar 1, 2019
1 parent 3c11b4e commit ff57a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ Limits maximum response headers count. If set to 0, no limit will be applied.
added: v0.4.0
-->

* {string} The request path. Read-only.
* {string} The request path.

### request.removeHeader(name)
<!-- YAML
Expand Down

0 comments on commit ff57a1c

Please sign in to comment.