You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/moq/index.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ For the most up-to-date documentation on the protocol, please visit the IETF wor
33
33
34
34
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):
35
35
36
-
```
36
+
```txt
37
37
STREAM_HEADER_SUBGROUP Message {
38
38
Track Alias (i),
39
39
Group ID (i),
@@ -43,7 +43,7 @@ For the most up-to-date documentation on the protocol, please visit the IETF wor
43
43
```
44
44
45
45
Whereas our implementation expects and produces:
46
-
```
46
+
```txt
47
47
STREAM_HEADER_SUBGROUP Message {
48
48
Subscribe ID (i),
49
49
Track Alias (i),
@@ -53,4 +53,4 @@ For the most up-to-date documentation on the protocol, please visit the IETF wor
53
53
}
54
54
```
55
55
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