Skip to content

Commit bb24aca

Browse files
authored
Fix duplicate list numbering
1 parent b988256 commit bb24aca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1630,7 +1630,7 @@ return the result of [=adding an entry to the blob URL store=] for |obj|.
16301630
<div algorithm="revokeObjectURL">
16311631
The <dfn method for=URL id="dfn-revokeObjectURL">revokeObjectURL(|url|)</dfn> static method must run these steps:
16321632

1633-
1. 1. Let |entry| be the result of [=resolving the blob URL=] |url|.
1633+
1. Let |entry| be the result of [=resolving the blob URL=] |url|.
16341634
1. If |entry| is failure, return.
16351635
1. Let |blobStorageKey| be the result of [=obtaining a storage key for non-storage purposes=] with |entry|'s [=environment settings object=].
16361636
1. Let |currentStorageKey| be the result of [=obtaining a storage key for non-storage purposes=] with the [=current settings object=].

0 commit comments

Comments
 (0)