From 664d2dfc656c1e4fde5de1ae83ed1249c355a265 Mon Sep 17 00:00:00 2001 From: jgraham Date: Wed, 5 Jul 2023 16:55:54 +0100 Subject: [PATCH] Fix review comments --- index.bs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.bs b/index.bs index 90a08d6f..10ed91aa 100644 --- a/index.bs +++ b/index.bs @@ -3555,7 +3555,7 @@ To get the base network event data given |request| and |redirect coun -#### The network.BytesValue Type #### {#type-network-Body} +#### The network.BytesValue Type #### {#type-network-BytesValue}
 network.BytesValue = network.StringValue / network.Base64Value;
@@ -3567,7 +3567,7 @@ network.StringValue = {
 
 network.Base64Value = {
   type: "base64",
-  value: text
+  value: text,
 }
 
@@ -3605,7 +3605,7 @@ Note: this takes a [=byte sequence=] and returns a network.BytesValuevalue"]. -1. Return |protocol value| +1. Return |protocol value|.