From df2e1f56cfe9839ccaf212003109caa45d4be203 Mon Sep 17 00:00:00 2001 From: Tim Welch Date: Tue, 28 Aug 2018 04:15:54 -0700 Subject: [PATCH] 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 --- website/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/index.html b/website/index.html index 43ea27c78..386094c36 100644 --- a/website/index.html +++ b/website/index.html @@ -183,7 +183,7 @@ three = require("three");

- 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.

Environment Interactions and Branching