Skip to content
This repository has been archived by the owner on Jul 6, 2018. It is now read-only.

Commit

Permalink
Merge pull request #16 from sebdeckers/patch-1
Browse files Browse the repository at this point in the history
Typo sendContinuue -> sendContinue
  • Loading branch information
mcollina authored Dec 2, 2016
2 parents 64d8fff + 9c49db7 commit ba11612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/http2-implementation-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ The `'rst-stream'` event is emitted when a RST-STREAM frame is received.

### Method: `stream.changeStreamPriority(parent, weight, exclusive)`
### Method: `stream.consume(size)`
### Method: `stream.sendContinuue()`
### Method: `stream.sendContinue()`
### Method: `stream.sendDataFrame(flags, provider)`
### Method: `stream.sendPriority(paret weight, exclusive)`
### Method: `stream.sendRstStream(code)`
Expand Down

0 comments on commit ba11612

Please sign in to comment.