summaryrefslogtreecommitdiff
path: root/io/readers.ts
diff options
context:
space:
mode:
Diffstat (limited to 'io/readers.ts')
-rw-r--r--io/readers.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/io/readers.ts b/io/readers.ts
index 915d73e6c..2ebfc6b15 100644
--- a/io/readers.ts
+++ b/io/readers.ts
@@ -1,7 +1,7 @@
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
type Reader = Deno.Reader;
type ReadResult = Deno.ReadResult;
-import { encode } from "../strings/strings.ts";
+import { encode } from "../strings/mod.ts";
/** Reader utility for strings */
export class StringReader implements Reader {