Skip to content

Commit

Permalink
Fixing #8.
Browse files Browse the repository at this point in the history
  • Loading branch information
yutakahirano committed Nov 6, 2014
1 parent af174ad commit 6bdfd24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ To extract a byte stream and a 'Content-Type' value from a BodyStreamInit object
...
};
```
Objects implementing the Body mixin gain an associated __body__ (a pair of readable and writable byte streams) and a __MIME type__ (initially the empty byte sequence). Objects implments the Body mixin expose methods and attributes of the __read end__ of the body.
Objects implementing the Body mixin gain an associated __body__ (a pair of readable and writable byte streams) and a __MIME type__ (initially the empty byte sequence).

The __bodyUsed__ attribute's getter must return if the __read end__ of the body is locked.

Expand Down

0 comments on commit 6bdfd24

Please sign in to comment.