Skip to content

Commit

Permalink
doc: reword socket documentation wording
Browse files Browse the repository at this point in the history
  • Loading branch information
jessekoconnor committed Oct 30, 2019
1 parent 8572afb commit 863f6f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/api/http.md
Expand Up @@ -473,9 +473,9 @@ added: v0.5.3

* `duplex` {stream.Duplex}

Emitted after a socket is assigned to this request. This event may be passed
a socket {net.Socket} object, an extendion the duplex object, however this
behavior is not guaranteed.
Emitted after a socket is assigned to this request. This event is guaranteed to
be passed an instance of the {net.Socket} class, a subclass of duplex, unless
the user specifies a socket type other than {net.Socket}.

### Event: 'timeout'
<!-- YAML
Expand Down

0 comments on commit 863f6f4

Please sign in to comment.