Skip to content

Commit 72d2be8

Browse files
Update index.mdx
minor style updates
1 parent b9d4a17 commit 72d2be8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/docs/moq/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ For the most up-to-date documentation on the protocol, please visit the IETF wor
3333

3434
In section 7.3.1, `draft-ietf-moq-transport-07` [specifies](https://www.ietf.org/archive/id/draft-ietf-moq-transport-07.html#section-7.3.1):
3535

36-
```
36+
```txt
3737
STREAM_HEADER_SUBGROUP Message {
3838
Track Alias (i),
3939
Group ID (i),
@@ -43,7 +43,7 @@ For the most up-to-date documentation on the protocol, please visit the IETF wor
4343
```
4444

4545
Whereas our implementation expects and produces:
46-
```
46+
```txt
4747
STREAM_HEADER_SUBGROUP Message {
4848
Subscribe ID (i),
4949
Track Alias (i),
@@ -53,4 +53,4 @@ For the most up-to-date documentation on the protocol, please visit the IETF wor
5353
}
5454
```
5555

56-
This was erroroneously left over from a previous draft version and will be fixed in a future release. Thanks to [@yuki-uchida](https://github.com/yuki-uchida) for reporting!
56+
This was erroroneously left over from a previous draft version and will be fixed in a future release. Thank you to [@yuki-uchida](https://github.com/yuki-uchida) for reporting.

0 commit comments

Comments
 (0)