Correct file reference in "interpreting" document (#799)

This commit is contained in:
jugglinmike 2016-11-22 11:46:51 -05:00 committed by Leo Balter
parent a4a1dd551b
commit 13954ed1c4
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ following strings:
's'.p = null;
```
- **`async`** The file `harness/donePrintHandle.js` must be evaluated in the
- **`async`** The file `harness/doneprintHandle.js` must be evaluated in the
test realm's global scope prior to test execution. The test must not be
considered complete until the implementation-defined `print` function has
been invoked or some length of time has passed without any such invocation.