Commit 3207e3f
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
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1499 | 1499 | | |
1500 | 1500 | | |
1501 | 1501 | | |
1502 | | - | |
| 1502 | + | |
1503 | 1503 | | |
1504 | 1504 | | |
1505 | 1505 | | |
| |||
0 commit comments