Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions webrtc-stats.html
Original file line number Diff line number Diff line change
Expand Up @@ -3179,7 +3179,7 @@ <h2>
<dd>
<p>
Represents the total number of payload bytes sent on this
{{RTCDataChannel}}, i.e., not including headers or padding.
{{RTCDataChannel}}.
</p>
</dd>
<dt>
Expand All @@ -3197,8 +3197,8 @@ <h2>
</dt>
<dd>
<p>
Represents the total number of bytes received on this
{{RTCDataChannel}}, i.e., not including headers or padding.
Represents the total number of payload bytes received on this
{{RTCDataChannel}}.
</p>
</dd>
</dl>
Expand Down