Skip to content

Commit 6103f3d

Browse files
Thiago PerrottaOrKoN
authored andcommitted
editorial: trailing whitespace and capitalization fixes (#603)
* editorial: properly capitalize module name * remove trailing whitespace
1 parent 983ce20 commit 6103f3d

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
@@ -6731,7 +6731,7 @@ strong [=/map=] from handle ids to their corresponding objects.
67316731
script.InternalId = text;
67326732
</pre>
67336733

6734-
The <code>script.InternalId</code> type represents the id of
6734+
The <code>script.InternalId</code> type represents the id of
67356735
a previously serialized <code>script.RemoteValue</code> during
67366736
[=serialize as a remote value|serialization=].
67376737

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

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

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

94459445
</div>
94469446

9447-
## The Input Module ## {#module-input}
9447+
## The input Module ## {#module-input}
94489448

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

0 commit comments

Comments
 (0)