Skip to content

Commit e493c9a

Browse files
committed
Fix warnings
1 parent 07c57f0 commit e493c9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3859,7 +3859,7 @@ The <code>RequestData</code> type represents an ongoing network request.
38593859

38603860
TODO: Body is actually bytes, not clear how to handle it as text
38613861

3862-
#### The network.ResponseContent type #### {#type-network-ResponseData}
3862+
#### The network.ResponseContent type #### {#type-network-ResponseContent}
38633863

38643864
[=Remote end definition=] and [=local end definition=]
38653865

@@ -3872,7 +3872,7 @@ NetworkResponseContent = {
38723872
The <code>ResponseContent</code> type represents the decoded response to a
38733873
network request.
38743874

3875-
<! -- Not sure this is worthwhile if it only ends up with a single field, but it
3875+
<!-- Not sure this is worthwhile if it only ends up with a single field, but it
38763876
would be natural to add a field here if we have a way to return the body -->
38773877

38783878
#### The network.ResponseData type #### {#type-network-ResponseData}

0 commit comments

Comments
 (0)