summaryrefslogtreecommitdiff
path: root/js/test_util.ts
diff options
context:
space:
mode:
authorJonathon Orsi <jonathon.orsi@gmail.com>2019-04-20 15:12:00 -0400
committerRyan Dahl <ry@tinyclouds.org>2019-04-20 15:12:00 -0400
commit648d2f3ba8e4677ce2e9440e05a165927e982f05 (patch)
treede1332c23a34abd3c31550f36fe8312d240d631f /js/test_util.ts
parent8dc8f227603831513b2d4afc62261908665e6a2f (diff)
fix typo in permissions explanation (#2162)
Diffstat (limited to 'js/test_util.ts')
-rw-r--r--js/test_util.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/test_util.ts b/js/test_util.ts
index 15bbb521b..413b287a1 100644
--- a/js/test_util.ts
+++ b/js/test_util.ts
@@ -4,7 +4,7 @@
// the permissions set. These tests can specify which permissions they expect,
// which appends a special string like "permW1N0" to the end of the test name.
// Here we run several copies of deno with different permissions, filtering the
-// tests by the special string. permW0N0 means allow-write but not allow-net.
+// tests by the special string. permW1N0 means allow-write but not allow-net.
// See tools/unit_tests.py for more details.
import * as testing from "./deps/https/deno.land/std/testing/mod.ts";