Link to return class type

This commit is contained in:
Kevin Sawicki 2016-12-19 09:40:07 -08:00
parent 683d8033f0
commit 6352afb07a
6 changed files with 13 additions and 10 deletions

View file

@ -63,7 +63,7 @@ The `net` module has the following methods:
* `options` (Object | String) - The `ClientRequest` constructor options.
Returns `ClientRequest`
Returns [`ClientRequest`](./client-request.md)
Creates a [`ClientRequest`](./client-request.md) instance using the provided
`options` which are directly forwarded to the `ClientRequest` constructor.