Skip to content

Commit 026570c

Browse files
authored
Fix a typo in a section ref in the Intro (#601)
There is an extra `}` that leads to rendering artifact: ``` * Section 7} covers how data messages are encoded on the wire. ```
2 parents 75fb77e + 49db51e commit 026570c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

draft-ietf-moq-transport.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ discovery and subscription.
9999

100100
* {{message}} covers how control messages are encoded on the wire.
101101

102-
* {{data-streams}}} covers how data messages are encoded on the wire.
102+
* {{data-streams}} covers how data messages are encoded on the wire.
103103

104104

105105
## Motivation

0 commit comments

Comments
 (0)