Skip to content

Commit ae1d578

Browse files
committed
Fix warnings
1 parent e43b9df commit ae1d578

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
@@ -3790,7 +3790,7 @@ The <code>RequestData</code> type represents an ongoing network request.
37903790

37913791
TODO: Body is actually bytes, not clear how to handle it as text
37923792

3793-
#### The network.ResponseContent type #### {#type-network-ResponseData}
3793+
#### The network.ResponseContent type #### {#type-network-ResponseContent}
37943794

37953795
[=Remote end definition=] and [=local end definition=]
37963796

@@ -3803,7 +3803,7 @@ NetworkResponseContent = {
38033803
The <code>ResponseContent</code> type represents the decoded response to a
38043804
network request.
38053805

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

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

0 commit comments

Comments
 (0)