Skip to content

Commit 1108ab2

Browse files
author
Thiago Perrotta
authored
editorial: trailing whitespace and capitalization fixes (#603)
* editorial: properly capitalize module name * remove trailing whitespace
1 parent 5395e5d commit 1108ab2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6530,7 +6530,7 @@ strong [=/map=] from handle ids to their corresponding objects.
65306530
script.InternalId = text;
65316531
</pre>
65326532

6533-
The <code>script.InternalId</code> type represents the id of
6533+
The <code>script.InternalId</code> type represents the id of
65346534
a previously serialized <code>script.RemoteValue</code> during
65356535
[=serialize as a remote value|serialization=].
65366536

@@ -7526,7 +7526,7 @@ To <dfn>set internal ids if needed</dfn> given |serialization internal map|,
75267526
1. If |previously serialized remote value| does not have a field
75277527
<code>internalId</code>, run the following steps:
75287528

7529-
1. Let |internal id| be the string representation of a [[!RFC4122|UUID]]
7529+
1. Let |internal id| be the string representation of a [[!RFC4122|UUID]]
75307530
based on truly random, or pseudo-random numbers.
75317531

75327532
1. Set the <code>internalId</code> field of
@@ -9243,7 +9243,7 @@ The [=remote end subscribe steps=], with [=subscribe priority=] 10, given
92439243

92449244
</div>
92459245

9246-
## The Input Module ## {#module-input}
9246+
## The input Module ## {#module-input}
92479247

92489248
The <dfn export for=modules>input</dfn> module contains functionality for
92499249
simulated user input.

0 commit comments

Comments
 (0)