Skip to content

Commit 91aff6d

Browse files
annevkdomenic
authored andcommitted
Editorial: remove "may" from statements of fact
1 parent 59a4750 commit 91aff6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7794,7 +7794,7 @@ interface <dfn>DOMStringList</dfn> {
77947794
form, represented here as a <span>Record</span>. This serialized form has all the information
77957795
necessary to later deserialize into a new JavaScript value in a different Realm.</p>
77967796

7797-
<p>This process may throw an exception, for example when trying to serialize un-serializable
7797+
<p>This process can throw an exception, for example when trying to serialize un-serializable
77987798
objects.</p>
77997799

78007800
<ol>
@@ -8157,7 +8157,7 @@ o.myself = o;</pre>
81578157
<var>serialized</var>, which was previously produced by <span>StructuredSerialize</span>, and
81588158
deserializes it into a new JavaScript value, created in <var>targetRealm</var>.</p>
81598159

8160-
<p>This process may throw an exception, for example when trying to allocate memory for the new
8160+
<p>This process can throw an exception, for example when trying to allocate memory for the new
81618161
objects (especially <code data-x="">ArrayBuffer</code> objects).</p>
81628162

81638163
<ol>

0 commit comments

Comments
 (0)