Skip to content

Commit 3207e3f

Browse files
authored
Editorial: Use valid UUID in blob: URL example (#151)
The algorithm for creating a blob URL references RFC4122 to generate a UUID. However the example contains an _invalid_ UUID (according to RFC4122): 9115d58c-bcda-ff47-86e5-083e9a215304 This given string is not a valid UUID because it does not contain a meaningful version field (the first character after the second dash).
1 parent 2183e01 commit 3207e3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1499,7 +1499,7 @@ generate a new blob URL</dfn>, run the following steps:
14991499

15001500
<div class="example">
15011501
An example of a blob URL that can be generated by this algorithm is
1502-
`blob:https://example.org/9115d58c-bcda-ff47-86e5-083e9a215304`1.
1502+
`blob:https://example.org/40a5fb5a-d56d-4a33-b4e2-0acf6a8e5f64`1.
15031503
</div>
15041504

15051505
<div algorithm="addBlobURL">

0 commit comments

Comments
 (0)