Skip to content

Commit

Permalink
Editorial: Correct desiderable to desirable (#3125)
Browse files Browse the repository at this point in the history
  • Loading branch information
bojavou authored and ljharb committed Jul 18, 2023
1 parent f3f2e25 commit a103b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -26788,7 +26788,7 @@ <h1>Example Cyclic Module Record Graphs</h1>
<ul>
<li>Evaluation must be only performed once, as it can cause side effects; it is thus important to remember whether evaluation has already been performed, even if unsuccessfully. (In the error case, it makes sense to also remember the exception because otherwise subsequent Evaluate() calls would have to synthesize a new one.)</li>
<li>Linking, on the other hand, is side-effect-free, and thus even if it fails, it can be retried at a later time with no issues.</li>
<li>Loading closely interacts with the host, and it may be desiderable for some of them to allow users to retry failed loads (for example, if the failure is caused by temporarily bad network conditions).</li>
<li>Loading closely interacts with the host, and it may be desirable for some of them to allow users to retry failed loads (for example, if the failure is caused by temporarily bad network conditions).</li>
</ul>

<p>Now, consider a module graph with a cycle:</p>
Expand Down

0 comments on commit a103b28

Please sign in to comment.