Skip to content

Commit

Permalink
Fix review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraham authored and jrandolf-2 committed Jul 6, 2023
1 parent 69a257c commit 664d2df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -3555,7 +3555,7 @@ To <dfn>get the base network event data</dfn> given |request| and |redirect coun

</div>

#### The network.BytesValue Type #### {#type-network-Body}
#### The network.BytesValue Type #### {#type-network-BytesValue}

<pre class="cddl local-cddl remote-cddl">
network.BytesValue = network.StringValue / network.Base64Value;
Expand All @@ -3567,7 +3567,7 @@ network.StringValue = {

network.Base64Value = {
type: "base64",
value: text
value: text,
}
</pre>

Expand Down Expand Up @@ -3605,7 +3605,7 @@ Note: this takes a [=byte sequence=] and returns a <code>network.BytesValue</cod
production. Let |protocol value| be [=forgiving-base64 decode=]
|bytes|["<code>value</code>"].

1. Return |protocol value|
1. Return |protocol value|.

</div>

Expand Down

0 comments on commit 664d2df

Please sign in to comment.