Skip to content

Commit 5688560

Browse files
Be more consistent in formatting of methods in heading.
1 parent d5c6fe6 commit 5688560

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ run the following steps:
450450

451451
## Methods and Parameters ## {#methodsandparams-blob}
452452

453-
### The slice method ### {#slice-method-algo}
453+
### The {{Blob/slice()}} method ### {#slice-method-algo}
454454

455455
The <dfn id="dfn-slice" method for=Blob lt="slice(start, end, contentType), slice(start, end), slice(start), slice()">slice()</dfn> method
456456
returns a new {{Blob}} object with bytes ranging from
@@ -1200,7 +1200,7 @@ These error steps are to <a>process read error</a> with a <a>failure reason</a>.
12001200
do NOT fire {{loadend}} at the <a>context object</a>.
12011201
4. <a lt="terminate this algorithm">Terminate the algorithm</a> for any <a>read method</a>.
12021202

1203-
#### The abort() method #### {#abort}
1203+
#### The {{FileReader/abort()}} method #### {#abort}
12041204

12051205
When the <dfn method for=FileReader id="dfn-abort">abort()</dfn> method is called,
12061206
the user agent must run the steps below:

0 commit comments

Comments
 (0)