summaryrefslogtreecommitdiff
path: root/INTERPRETING.md
diff options
context:
space:
mode:
authorjugglinmike <mike@mikepennisi.com>2016-11-22 11:46:51 -0500
committerLeo Balter <leonardo.balter@gmail.com>2016-11-22 11:46:51 -0500
commit13954ed1c415099223547adac19f57b340591ffb (patch)
treef3c0aa278f8eb683f6cb90db8e705abec8f3bc0a /INTERPRETING.md
parenta4a1dd551b5ed0659399dcdea71debdb4538b841 (diff)
downloadqtdeclarative-testsuites-13954ed1c415099223547adac19f57b340591ffb.tar.gz
Correct file reference in "interpreting" document (#799)
Diffstat (limited to 'INTERPRETING.md')
-rw-r--r--INTERPRETING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/INTERPRETING.md b/INTERPRETING.md
index e1f892df4..0c4846abc 100644
--- a/INTERPRETING.md
+++ b/INTERPRETING.md
@@ -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.