From 8d1ac0188d627c44cb1631b2ffee0073d313eb7a Mon Sep 17 00:00:00 2001 From: Takeshi Yoshino Date: Thu, 6 Nov 2014 12:44:06 +0900 Subject: [PATCH] Make "type" italic --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7e5296..2d86293 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Objects implementing the Body mixin gain an associated __body__ (a pair of reada The __bodyUsed__ attribute's getter must return if the __read end__ of the body is locked. 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.