Fix website typo (#2487)

Summary:
Release Note: none
Pull Request resolved: https://github.com/facebook/prepack/pull/2487

Differential Revision: D9505468

Pulled By: trueadm

fbshipit-source-id: 561b8c8e33c81c5224baf066859463d0c8e31c06
This commit is contained in:
Tim Welch 2018-08-28 04:15:54 -07:00 committed by Facebook Github Bot
parent f59798b196
commit df2e1f56cf

View File

@ -183,7 +183,7 @@ three = require("three");</code></pre>
</div>
<p>
Note how most computations have been pre-initialized. However, the function that computes four (_2) remains in the residual program since it was not called at initialization time.
Note how most computations have been pre-initialized. However, the function that computes four (_5) remains in the residual program since it was not called at initialization time.
</p>
<h3>Environment Interactions and Branching</h3>