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