Skip to content

Commit

Permalink
Editorial: remove "may" from statements of fact
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk authored and domenic committed Apr 17, 2017
1 parent 59a4750 commit 91aff6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -7794,7 +7794,7 @@ interface <dfn>DOMStringList</dfn> {
form, represented here as a <span>Record</span>. This serialized form has all the information
necessary to later deserialize into a new JavaScript value in a different Realm.</p>

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

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

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

<ol>
Expand Down

0 comments on commit 91aff6d

Please sign in to comment.