Skip to content
Snippets Groups Projects
Commit 13954ed1 authored by jugglinmike's avatar jugglinmike Committed by Leo Balter
Browse files

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

parent a4a1dd55
No related branches found
No related tags found
No related merge requests found
...@@ -235,7 +235,7 @@ following strings: ...@@ -235,7 +235,7 @@ following strings:
's'.p = null; '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 test realm's global scope prior to test execution. The test must not be
considered complete until the implementation-defined `print` function has considered complete until the implementation-defined `print` function has
been invoked or some length of time has passed without any such invocation. been invoked or some length of time has passed without any such invocation.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment