docs: V8 is a JavaScript engine, not a runtime (#7619)

This commit is contained in:
tokiedokie 2020-09-22 12:53:35 +09:00 committed by GitHub
parent 5a8a4da524
commit 43fa68e589
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ Deno will automatically determine test coverage for your code if you specify the
line basis for modules that share the parent directory with at-least one test
module that is being executed.
This coverage information is acquired directly from the JavaScript runtime (V8).
This coverage information is acquired directly from the JavaScript engine (V8).
Because of this, the coverage reports are very accurate.
When all tests are done running a summary of coverage per file is printed to