Skip to content

Commit

Permalink
Merge pull request #6 from tyoshino/patch-3
Browse files Browse the repository at this point in the history
Make "type" italic
  • Loading branch information
yutakahirano committed Nov 6, 2014
2 parents a8cc30c + 8d1ac01 commit af174ad
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 @@ -37,7 +37,7 @@ The __bodyUsed__ attribute's getter must return if the __read end__ of the body

The __body__ attribute's getter must return the __read end__ of the body.

Objects implementing the __Body__ mixin also have an associated consume body algorithm, which given a type, runs these steps:
Objects implementing the __Body__ mixin also have an associated consume body algorithm, which given a _type_, runs these steps:

1. Let _p_ be a new promise.
2. Let _stream_ be the _read end_ of the body.
Expand Down

0 comments on commit af174ad

Please sign in to comment.