Fixed typo in the spec (#431)

This commit is contained in:
David Fowler 2017-05-01 09:13:47 -07:00 committed by GitHub
parent 186c411f43
commit ba99a89ee6
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ T([Length]:[Type]:[Body];)([Length]:[Type]:[Body];)... continues until end of th
The following values are valid for `[Type]`:
* `T` - Indicates a text frame, the `[Body]` contains UTF-8 encoded text data.
* `B` - Indicates a text frame, the `[Body]` contains Base64 encoded binary data.
* `B` - Indicates a binary frame, the `[Body]` contains Base64 encoded binary data.
* `E` - Indicates an error frame, the `[Body]` contains an optional UTF-8 encoded error description. The connection is immediately closed after processing this frame.
* `C` - Indicates a close frame, the `[Body]` contains an optional UTF-8 encoded description of the reason for closing. The connection is immediately closed after processing this frame.