From ec6239fc65b733a7046525c68babd0343c787832 Mon Sep 17 00:00:00 2001 From: Claude Pache Date: Thu, 27 Feb 2020 01:59:26 +0100 Subject: [PATCH] typo (#2512) --- INTERPRETING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INTERPRETING.md b/INTERPRETING.md index 7c1ccd64f1..6ddb1d1065 100644 --- a/INTERPRETING.md +++ b/INTERPRETING.md @@ -48,7 +48,7 @@ properties of the global scope prior to test execution. DetachArrayBuffer abstract operation](https://tc39.github.io/ecma262/#sec-detacharraybuffer) - **`evalScript`** - a function which accepts a string value as its first - argument and executes is as [an ECMAScript + argument and executes it as [an ECMAScript script](https://tc39.github.io/ecma262/#sec-scripts) according to the following algorithm: