Skip to content

Commit 3734de3

Browse files
guybedfordannevk
andcommitted
Apply suggestions from code review
Co-authored-by: Anne van Kesteren <annevk@annevk.nl>
1 parent 5904670 commit 3734de3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

document/web-api/index.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ The [=serialization steps=], given |value|, |serialized|, and |forStorage|, are:
162162

163163
1. Let |rooted| be false.
164164

165-
1. If |value|.\[[ModuleRecord]] is not null and |value|.\[[ModuleRecord]].\[[HostDefined]] is not empty,
165+
1. If |value|.\[[ModuleRecord]] is not null and |value|.\[[ModuleRecord]].\[[HostDefined]] is not empty:
166166

167167
1. Let |moduleScript| be |value|.\[[ModuleRecord]].\[[HostDefined]].
168168

@@ -174,7 +174,7 @@ The [=serialization steps=], given |value|, |serialized|, and |forStorage|, are:
174174

175175
1. Set |serialized|.\[[BaseURL]] to |moduleScript|'s [=base URL=].
176176

177-
1. If |rooted| is false,
177+
1. If |rooted| is false:
178178

179179
1. Set |serialized|.\[[Rooted]] to false.
180180

@@ -194,7 +194,7 @@ The [=deserialization steps=], given |serialized|, |value|, and |targetRealm| ar
194194

195195
1. Let |rooted| be the [=sub-deserialization=] of |serialized|.\[[Rooted]].
196196

197-
1. If |rooted| is true then,
197+
1. If |rooted| is true:
198198

199199
1. Let |baseURL| be the [=sub-deserialization=] of |serialized|.\[[BaseURL]].
200200

0 commit comments

Comments
 (0)