Merge pull request #438 from MikeKemmerer/patch-1

Fix a typo in the spec
pull/433/head
James Cridland 2023-02-11 18:53:47 +10:00 zatwierdzone przez GitHub
commit 1598158bae
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -31,7 +31,7 @@ Lastly, I propose optional information to verify integrity of downloaded media v
rel="[(string)]" rel="[(string)]"
codecs="[(string)]" codecs="[(string)]"
default="[(boolean)]"> default="[(boolean)]">
[one or more of <podcst:source> and <podcast:integrity>] [one or more of <podcast:source> and <podcast:integrity>]
</podcast:alternateEnclosure> </podcast:alternateEnclosure>
``` ```
@ -184,4 +184,4 @@ Example use of the "rel" attribute offering "Behind the Scenes" content:
<podcast:source uri="https://example.com/master.m3u8" /> <podcast:source uri="https://example.com/master.m3u8" />
<podcast:source uri="ipfs://exampleLinkThatDoesntWorkHLS" /> <podcast:source uri="ipfs://exampleLinkThatDoesntWorkHLS" />
</podcast:alternateEnclosure> </podcast:alternateEnclosure>
``` ```